|
|
本帖最后由 tindersword 于 2021-3-24 17:10 编辑
说明:这段规则写得比较泛用,接下来再有任何程序想要读取你浏览器的隐私数据,火绒都会给你弹窗提示。注意,配置好规则之后,浏览器自己第一次访问隐私也会被拦,弹窗的时候让火绒“记住本次操作”然后允许即可,或者知道浏览器安装目录的话也可以在设置里面手动加一条白名单。
保护浏览器:Chromium-based Browser (Chromium, Google Chrome, Microsoft Edge, etc.), Mozilla Firefox, Internet Explorer.
- {
- "ver":"5.0",
- "tag":"hipsuser",
- "data":[
- {
- "id":1,
- "power":1,
- "name":"Chromium-Based Protection",
- "procname":"*",
- "treatment":1,
- "policies":[
- {
- "montype":1,
- "action_type":6,
- "res_path":"?:\\Users\\*\\AppData\\Local\\*\\User Data\\Default\\*"
- }
- ]
- },
- {
- "id":2,
- "power":1,
- "name":"Firefox Protection",
- "procname":"*",
- "treatment":1,
- "policies":[
- {
- "montype":1,
- "action_type":6,
- "res_path":"?:\\Users\\*\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\*"
- }
- ]
- },
- {
- "id":3,
- "power":1,
- "name":"IE Protection",
- "procname":"*",
- "treatment":1,
- "policies":[
- {
- "montype":1,
- "action_type":6,
- "res_path":"?:\\Users\\*\\AppData\\Local\\Packages\\Microsoft.MicrosoftEdge_*\\AC\\MicrosoftEdge\\User\\Default\\*"
- },
- {
- "montype":1,
- "action_type":6,
- "res_path":"?:\\Users\\*\\AppData\\Local\\Microsoft\\Windows\\WebCache\\*"
- },
- {
- "montype":1,
- "action_type":6,
- "res_path":"?:\\Users\\*\\AppData\\Local\\Microsoft\\Windows\\History\\*"
- },
- {
- "montype":1,
- "action_type":6,
- "res_path":"?:\\Users\\*\\AppData\\Local\\Microsoft\\Internet Explorer\\Recovery\\*"
- }
- ]
- }
- ]
- }
复制代码
来源:
如何看待 QQ 扫描读取所有浏览器的历史记录? - Gh0u1L5的回答 - 知乎
https://www.zhihu.com/question/439768601/answer/1682468108
类似规则:
[自定义规则] Chrome+Firefox+Edge隐私防护 2021/1/17
https://bbs.huorong.cn/thread-79335-1-1.html |
|