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 #10330 from bsclifton/add-brave-dot-com-user-agent
Browse files Browse the repository at this point in the history
Update user-agent whitelist to include brave.com
  • Loading branch information
bbondy authored Aug 15, 2017
2 parents 0a599c6 + e9a3543 commit 2dc1f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/data/siteHacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports.localStorageExceptions = [
['https://mail.google.com', 'https://hangouts.google.com']
]

const braveUAWhitelist = ['adobe.com', 'duckduckgo.com']
const braveUAWhitelist = ['adobe.com', 'duckduckgo.com', 'brave.com']

module.exports.siteHacks = {
'sp1.nypost.com': emptyDataURI,
Expand Down

0 comments on commit 2dc1f1a

Please sign in to comment.