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

Commit

Permalink
Merge pull request #7563 from brave/fix/7549
Browse files Browse the repository at this point in the history
allow sites to detect flash when shields are down
  • Loading branch information
bridiver committed Mar 15, 2017
2 parents 11ec4f3 + a883796 commit 7ae16d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/state/contentSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ const siteSettingsToContentSettings = (currentSiteSettings, defaultContentSettin
contentSettings = addContentSettings(contentSettings, 'adInsertion', primaryPattern, '*', 'block')
contentSettings = addContentSettings(contentSettings, 'javascript', primaryPattern, '*', 'allow')
contentSettings = addContentSettings(contentSettings, 'referer', primaryPattern, '*', 'allow')
contentSettings = addContentSettings(contentSettings, 'plugins', primaryPattern, '*', 'allow')
}
})
return contentSettings
Expand Down

0 comments on commit 7ae16d4

Please sign in to comment.