Skip to content

Commit

Permalink
fix relaxed mode searchParam condition
Browse files Browse the repository at this point in the history
  • Loading branch information
claustromaniac committed Jan 24, 2019
1 parent 4b0aa5b commit 6d7331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bg/webRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ browser.webRequest.onBeforeSendHeaders.addListener(d => {
if (
mode === 1 &&
!settings.strictTypes[d.type] && (
target.searchParams ||
target.searchParams.toString() ||
target.hash ||
target.username ||
target.password
Expand Down

0 comments on commit 6d7331c

Please sign in to comment.