-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.json
More file actions
67 lines (67 loc) · 1.46 KB
/
Copy pathrules.json
File metadata and controls
67 lines (67 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[
{
"id": 1,
"priority": 1,
"action": {
"type": "modifyHeaders",
"responseHeaders": [
{
"header": "X-Frame-Options",
"operation": "remove"
},
{
"header": "Content-Security-Policy",
"operation": "remove"
},
{
"header": "Content-Security-Policy-Report-Only",
"operation": "remove"
},
{
"header": "X-Content-Security-Policy",
"operation": "remove"
},
{
"header": "X-WebKit-CSP",
"operation": "remove"
},
{
"header": "Cross-Origin-Embedder-Policy",
"operation": "remove"
},
{
"header": "Cross-Origin-Opener-Policy",
"operation": "remove"
},
{
"header": "Cross-Origin-Resource-Policy",
"operation": "remove"
}
]
},
"condition": {
"requestDomains": [
"xiaohongshu.com",
"www.xiaohongshu.com",
"zhihu.com",
"www.zhihu.com",
"bilibili.com",
"search.bilibili.com",
"sogou.com",
"weixin.sogou.com",
"douyin.com",
"www.douyin.com",
"okjike.com",
"web.okjike.com",
"weibo.com",
"s.weibo.com",
"baidu.com",
"www.baidu.com",
"google.com",
"www.google.com",
"x.com"
],
"resourceTypes": ["sub_frame"]
}
}
]