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

Commit

Permalink
exclude https everywhere on gq.com
Browse files Browse the repository at this point in the history
fix #4366

Auditors: @bbondy

Test Plan:
1. rm httpse.json from your user data folder
2. select 'clear cache' from history menu
3. restart brave, go to gq.com. it should not redirect to https.
  • Loading branch information
diracdeltas authored and bbondy committed Sep 29, 2016
1 parent d19ce40 commit 4c3edf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion preload-httpse.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ var exclusions = {
'Vodafone.ie.xml': 'breaks pagination on http://shop.vodafone.ie/shop/phonesAndPlans/phonesAndPlansHome.jsp?subPage=phones&planFilter=onAccount',
'IDownloadBlog.xml': 'breaks http://www.idownloadblog.com/',
'EBay_static.com.xml': 'breaks suggested product image previews',
'Cisco.xml': 'breaks http://www.cisco.com/c/m/en_us/training-events/events-webinars/techwise-tv/listings.html'
'Cisco.xml': 'breaks http://www.cisco.com/c/m/en_us/training-events/events-webinars/techwise-tv/listings.html',
'GQ.xml': 'mixed content on gq.com'
}

var rulesets = JSON.parse(fs.readFileSync('rulesets.json', 'utf8'))
Expand Down

0 comments on commit 4c3edf3

Please sign in to comment.