Skip to content

Commit

Permalink
Fix Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Step7750 committed Sep 17, 2024
1 parent 369deb4 commit d5c8e15
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/steamcommunity_ruleset.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[
{
"id": 1,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "referer",
"operation": "set",
"value": "https://steamcommunity.com/tradeoffer/new"
{
"id": 1,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "referer",
"operation": "set",
"value": "https://steamcommunity.com/tradeoffer/new"
}
]
},
"condition": {
"urlFilter": "https://steamcommunity.com/tradeoffer/new/send",
"resourceTypes": ["xmlhttprequest"],
"initiatorDomains": ["jjicbefpemnphinccgikpdaagjebbnhg"]
}
]
},
"condition": {
"urlFilter": "https://steamcommunity.com/tradeoffer/new/send",
"resourceTypes": ["xmlhttprequest"],
"initiatorDomains": ["jjicbefpemnphinccgikpdaagjebbnhg"]
}
}
]

0 comments on commit d5c8e15

Please sign in to comment.