This commit is contained in:
liushiwei
2024-06-29 11:51:35 +08:00
parent 9253427bcc
commit 6356004d74
29 changed files with 3905 additions and 501 deletions

24
public/rules_9.json Normal file
View File

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