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 #7484 from brave/fix/web-accessible-prefs
Browse files Browse the repository at this point in the history
remove about:preferences from web_accessible_resources
  • Loading branch information
diracdeltas authored Mar 7, 2017
2 parents 72c0293 + 437213c commit 10a8198
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,7 @@ let generateBraveManifest = () => {
]
},
web_accessible_resources: [
'img/favicon.ico',
'about-blank.html',
'about-newtab.html',
'about-preferences.html'
'img/favicon.ico'
],
incognito: 'spanning',
key: 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAupOLMy5Fd4dCSOtjcApsAQOnuBdTs+OvBVt/3P93noIrf068x0xXkvxbn+fpigcqfNamiJ5CjGyfx9zAIs7zcHwbxjOw0Uih4SllfgtK+svNTeE0r5atMWE0xR489BvsqNuPSxYJUmW28JqhaSZ4SabYrRx114KcU6ko7hkjyPkjQa3P+chStJjIKYgu5tWBiMJp5QVLelKoM+xkY6S7efvJ8AfajxCViLGyDQPDviGr2D0VvIBob0D1ZmAoTvYOWafcNCaqaejPDybFtuLFX3pZBqfyOCyyzGhucyCmfBXJALKbhjRAqN5glNsUmGhhPK87TuGATQfVuZtenMvXMQIDAQAB'
Expand Down

0 comments on commit 10a8198

Please sign in to comment.