This commit is contained in:
liushiwei
2024-05-18 16:06:44 +08:00
parent 98fa8fc150
commit 2e1a84681d
18 changed files with 7445 additions and 7664 deletions

24
public/rules_5.json Normal file
View File

@@ -0,0 +1,24 @@
[
{
"id": 16,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "Origin",
"operation": "set",
"value": "https://sso.geiwohuo.com/"
},
{
"header": "Referer",
"operation": "set",
"value": "https://sso.geiwohuo.com/"
}
]
},
"condition": {
"urlFilter": "||sso.geiwohuo.com"
}
}
]

29
public/rules_6.json Normal file
View File

@@ -0,0 +1,29 @@
[
{
"id": 17,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "Origin",
"operation": "set",
"value": "https://csp.aliexpress.com"
},
{
"header": "Referer",
"operation": "set",
"value": "https://csp.aliexpress.com/"
},
{
"header": "Sec-Fetch-Site",
"operation": "set",
"value": "same-site"
}
]
},
"condition": {
"urlFilter": "||aliexpress.com"
}
}
]