Skip to content

Commit

Permalink
fix: Hide reader mode UI tour and Normandy CDN errors (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik authored and kumar303 committed Aug 3, 2016
1 parent 0c54b95 commit 42b0c88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/firefox/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,9 @@ prefs.firefox = {
'http://localhost/safebrowsing-dummy/newkey',
'browser.safebrowsing.provider.0.updateURL' :
'http://localhost/safebrowsing-dummy/update',

// Disable self repair/SHIELD
'browser.selfsupport.url': 'https://localhost/selfrepair',
// Disable Reader Mode UI tour
'browser.reader.detectedFirstArticle': true,
};

0 comments on commit 42b0c88

Please sign in to comment.