Skip to content

Commit

Permalink
Removes need for csfloat.com domain permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Step7750 committed Apr 12, 2024
1 parent 19c341d commit 0101a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/page_scripts/trade_offers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (!inPageContext()) {
{
message: 'requestPermissions',
permissions: [],
origins: ['*://*.steampowered.com/*', '*://*.csfloat.com/*'],
origins: ['*://*.steampowered.com/*'],
},
(granted) => {
if (granted) {
Expand Down

0 comments on commit 0101a3c

Please sign in to comment.