Skip to content

Commit

Permalink
Merge branch 'feature/improved-method-connectivity' into feature/canc…
Browse files Browse the repository at this point in the history
…el-unconfirmed-offers-for-sales
  • Loading branch information
Step7750 authored Sep 17, 2024
2 parents 1c88ff4 + 4622328 commit 18931fb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"matches": ["https://csfloat.com/*"]
}
],
"declarative_net_request" : {
"declarative_net_request": {
"rule_resources": [
{
"id": "steamcommunity_ruleset",
Expand Down
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 18931fb

Please sign in to comment.