Bug 1659149 - add about:pioneer as a secure page in Firefox r=jaws

Differential Revision: https://phabricator.services.mozilla.com/D87116
This commit is contained in:
Robert Helmer 2020-08-14 19:26:08 +00:00
Родитель c95dc245f5
Коммит 3bf5cba2d4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -57,7 +57,7 @@ var gIdentityHandler = {
* RegExp used to decide if an about url should be shown as being part of * RegExp used to decide if an about url should be shown as being part of
* the browser UI. * the browser UI.
*/ */
_secureInternalPages: /^(?:accounts|addons|cache|certificate|config|crashes|downloads|license|logins|preferences|protections|rights|sessionrestore|support|welcomeback)(?:[?#]|$)/i, _secureInternalPages: /^(?:accounts|addons|cache|certificate|config|crashes|downloads|license|logins|preferences|protections|rights|sessionrestore|support|welcomeback|pioneer)(?:[?#]|$)/i,
/** /**
* Whether the established HTTPS connection is considered "broken". * Whether the established HTTPS connection is considered "broken".