This commit is contained in:
liushiwei
2023-10-17 14:03:25 +08:00
parent de0229419b
commit 17986a574b
4 changed files with 73 additions and 47 deletions

19
public/rules_2.json Normal file
View File

@@ -0,0 +1,19 @@
[
{
"id": 12,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "Origin",
"operation": "set",
"value": "https://www.temu.com"
}
]
},
"condition": {
"urlFilter": "||www.temu.com"
}
}
]