Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Sep 5, 2024
1 parent 4abef8d commit 68ed35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-manifest-v3/src/background/adblocker.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ if (__PLATFORM__ === 'firefox') {
if (details.tabId < 0) return;

const request = Request.fromRequestDetails(details);

if (request.sourceHostname && !isTrusted(request, details.type)) {
const engine = engines.get(engines.MAIN_ENGINE);

Expand Down

0 comments on commit 68ed35b

Please sign in to comment.