Files
temu-plugin/public/rules_3.json

24 lines
613 B
JSON
Raw Normal View History

2023-12-25 21:18:46 +08:00
[
{
2024-02-23 10:29:39 +08:00
"id": 14,
2023-12-25 21:18:46 +08:00
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "Origin",
"operation": "set",
"value": "https://www.aliexpress.com"
},
{
"header": "Referer",
"operation": "set",
"value": "https://www.aliexpress.com"
}
]
},
"condition": {
"urlFilter": "||aeproductsourcesite.alicdn.com"
}
}
]