Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Allow scripts and referer when shields are down
Browse files Browse the repository at this point in the history
Fix #2950

Auditors: @alexwykoff
  • Loading branch information
diracdeltas committed Aug 4, 2016
1 parent 245b7db commit 9213bf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/state/contentSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ const getContentSettingsFromSiteSettings = (appState) => {
addContentSettings(contentSettings.cookies, hostPattern, '*', 'allow')
addContentSettings(contentSettings.canvasFingerprinting, hostPattern, '*', 'allow')
addContentSettings(contentSettings.adInsertion, hostPattern, '*', 'block')
addContentSettings(contentSettings.javascript, hostPattern, '*', 'allow')
addContentSettings(contentSettings.referer, hostPattern, '*', 'allow')
}
}
return { content_settings: contentSettings }
Expand Down

0 comments on commit 9213bf0

Please sign in to comment.