From 8a68c8db07706cd01c956fc868ca7b776b353b1f Mon Sep 17 00:00:00 2001 From: perplex Date: Wed, 15 Apr 2026 14:34:03 -0600 Subject: [PATCH 1/2] Add Staging Extension To Steam Community Initiator Domains ref CSF-1080 --- src/steamcommunity_ruleset.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/steamcommunity_ruleset.json b/src/steamcommunity_ruleset.json index 7c954d60..b302e67f 100644 --- a/src/steamcommunity_ruleset.json +++ b/src/steamcommunity_ruleset.json @@ -15,7 +15,10 @@ "condition": { "urlFilter": "https://steamcommunity.com/tradeoffer/new/send", "resourceTypes": ["xmlhttprequest"], - "initiatorDomains": ["jjicbefpemnphinccgikpdaagjebbnhg"] + "initiatorDomains": [ + "jjicbefpemnphinccgikpdaagjebbnhg", + "gdlioplmcfbdloeoojolmlijihfplcmk" + ] } } ] From 1b1b8c84c125b2b110cb4934c1a404e96c050ac2 Mon Sep 17 00:00:00 2001 From: perplex Date: Wed, 15 Apr 2026 14:37:27 -0600 Subject: [PATCH 2/2] prettier --- src/steamcommunity_ruleset.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/steamcommunity_ruleset.json b/src/steamcommunity_ruleset.json index b302e67f..1ee0dfcf 100644 --- a/src/steamcommunity_ruleset.json +++ b/src/steamcommunity_ruleset.json @@ -15,10 +15,7 @@ "condition": { "urlFilter": "https://steamcommunity.com/tradeoffer/new/send", "resourceTypes": ["xmlhttprequest"], - "initiatorDomains": [ - "jjicbefpemnphinccgikpdaagjebbnhg", - "gdlioplmcfbdloeoojolmlijihfplcmk" - ] + "initiatorDomains": ["jjicbefpemnphinccgikpdaagjebbnhg", "gdlioplmcfbdloeoojolmlijihfplcmk"] } } ]