Skip to content

Commit

Permalink
Disable JS blocking before policy loads (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayterDev authored Jun 2, 2022
1 parent 2d95680 commit 0250282
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build/apple/contentScope.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/chrome/inject.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/firefox/inject.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/integration/contentScope.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/features/cookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let cookiePolicy = {
isFrame: isBeingFramed(),
isTracker: false,
shouldBlock: !protectionExempted,
shouldBlockTrackerCookie: true,
shouldBlockNonTrackerCookie: true,
shouldBlockTrackerCookie: false,
shouldBlockNonTrackerCookie: false,
isThirdParty: isThirdParty(),
tabRegisteredDomain: tabOrigin,
policy: {
Expand Down

0 comments on commit 0250282

Please sign in to comment.