зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
bd9ef4e784
Коммит
d6f9132747
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче