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

Commit 73c88aa

Browse files
authored
the-atlantic-allow-1p-ab-checks
Allows for 1p checks for theatlantic.com - Will allow for additional filters to be applied in `brave/adblock-lists` to prevent content blocking. - WIll provide flexibility for additional filters, should the URL change to another 1p URL.
1 parent c002e3f commit 73c88aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

js/data/siteHacks.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,9 @@ module.exports.siteHacks = {
139139
},
140140
'www.youtube.com': {
141141
allowFirstPartyAdblockChecks: true
142-
}
142+
},
143+
'www.theatlantic.com': {
144+
allowFirstPartyAdblockChecks: true
145+
}
143146
}
147+

0 commit comments

Comments
 (0)