Skip to content

Commit

Permalink
fix: c2 bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
AugmentedMode committed Oct 24, 2024
1 parent be68e2c commit f56d773
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/scripts/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ function maybeDetectPhishing(theController) {
return {};
},
{
types: ['main_frame', 'sub_frame', 'xmlhttprequest'],
urls: ['http://*/*', 'https://*/*'],
urls: ['<all_urls>'],
},
isManifestV2 ? ['blocking'] : [],
);
Expand Down

0 comments on commit f56d773

Please sign in to comment.