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

Commit

Permalink
Update to HTTPS Everywhere 5.2.4
Browse files Browse the repository at this point in the history
Fix #3561
Fix #3971
Fix #3838
Fix #3422

Auditors: @bbondy

Test Plan: go to http://www.idownloadblog.com/ and make sure blog images load
  • Loading branch information
diracdeltas committed Sep 14, 2016
1 parent 04b3256 commit da7960d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion preload-httpse.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ var exclusions = {
'TMZ.com.xml': 'breaks www.tmz.com',
'BusinessInsider.xml': 'breaks http://www.businessinsider.com/silicon-valley-100-2016-6?op=0',
'Tesco.xml': 'breaks tesco.com due to CSP mismatch',
'Vodafone.ie.xml': 'breaks pagination on http://shop.vodafone.ie/shop/phonesAndPlans/phonesAndPlansHome.jsp?subPage=phones&planFilter=onAccount'
'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'
}

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

0 comments on commit da7960d

Please sign in to comment.