Bug 1567300 - Include about:protections as a secure internal UI page. r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D38568

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jan Andre Ikenmeyer 2019-07-18 21:24:39 +00:00
Родитель bd9ef4e784
Коммит d6f9132747
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -50,7 +50,7 @@ var gIdentityHandler = {
* RegExp used to decide if an about url should be shown as being part of
* the browser UI.
*/
_secureInternalUIWhitelist: /^(?:accounts|addons|cache|config|crashes|downloads|license|logins|preferences|rights|sessionrestore|support|welcomeback)(?:[?#]|$)/i,
_secureInternalUIWhitelist: /^(?:accounts|addons|cache|config|crashes|downloads|license|logins|preferences|protections|rights|sessionrestore|support|welcomeback)(?:[?#]|$)/i,
get _isBroken() {
return this._state & Ci.nsIWebProgressListener.STATE_IS_BROKEN;