Loading browser/components/about/AboutRedirector.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -87,9 +87,11 @@ static const RedirEntry kRedirMap[] = { {"rights", "chrome://global/content/aboutRights.xhtml", {"rights", "chrome://global/content/aboutRights.xhtml", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI}, nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI}, #if 0 {"robots", "chrome://browser/content/aboutRobots.xhtml", {"robots", "chrome://browser/content/aboutRobots.xhtml", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::ALLOW_SCRIPT}, nsIAboutModule::ALLOW_SCRIPT}, #endif {"sessionrestore", "chrome://browser/content/aboutSessionRestore.xhtml", {"sessionrestore", "chrome://browser/content/aboutSessionRestore.xhtml", nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT | nsIAboutModule::IS_SECURE_CHROME_UI}, nsIAboutModule::IS_SECURE_CHROME_UI}, Loading browser/components/about/components.conf +0 −1 Original line number Original line Diff line number Diff line Loading @@ -20,7 +20,6 @@ pages = [ 'reader', 'reader', 'restartrequired', 'restartrequired', 'rights', 'rights', 'robots', 'sessionrestore', 'sessionrestore', 'tabcrashed', 'tabcrashed', 'unloads', 'unloads', Loading docshell/base/nsAboutRedirector.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -112,8 +112,10 @@ static const RedirEntry kRedirMap[] = { nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS | nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS | nsIAboutModule::IS_SECURE_CHROME_UI}, nsIAboutModule::IS_SECURE_CHROME_UI}, #if 0 {"mozilla", "chrome://global/content/mozilla.html", {"mozilla", "chrome://global/content/mozilla.html", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT}, nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT}, #endif {"neterror", "chrome://global/content/netError.xhtml", {"neterror", "chrome://global/content/netError.xhtml", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_CAN_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::URI_CAN_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT | Loading docshell/build/components.conf +0 −1 Original line number Original line Diff line number Diff line Loading @@ -19,7 +19,6 @@ about_pages = [ 'license', 'license', 'logo', 'logo', 'memory', 'memory', 'mozilla', 'neterror', 'neterror', 'networking', 'networking', 'performance', 'performance', Loading toolkit/content/aboutRightsMullvad.xhtml 0 → 100644 +37 −0 Original line number Original line Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html [ <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> %htmlDTD; ]> <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" /> <meta name="color-scheme" content="light dark" /> <title data-l10n-id="rights-title"></title> <link rel="stylesheet" href="chrome://global/skin/in-content/info-pages.css" type="text/css"/> <link rel="localization" href="branding/brand.ftl"/> <link rel="localization" href="toolkit/about/aboutRights.ftl"/> <link rel="localization" href="toolkit/about/aboutRightsMullvad.ftl"/> </head> <body id="your-rights" class="aboutPageWideContainer"> <div class="container"> <h1 data-l10n-id="rights-title"></h1> <p data-l10n-id="rights-mullvad-intro"></p> <p data-l10n-id="rights-mullvad-you-should-know"></p> <ul> <li data-l10n-id="rights-intro-point-1"><a href="http://www.mozilla.org/MPL/" data-l10n-name="mozilla-public-license-link"></a></li> <li data-l10n-id="rights-mullvad-trademarks"></li> </ul> </div> </body> </html> Loading
browser/components/about/AboutRedirector.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -87,9 +87,11 @@ static const RedirEntry kRedirMap[] = { {"rights", "chrome://global/content/aboutRights.xhtml", {"rights", "chrome://global/content/aboutRights.xhtml", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI}, nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI}, #if 0 {"robots", "chrome://browser/content/aboutRobots.xhtml", {"robots", "chrome://browser/content/aboutRobots.xhtml", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::ALLOW_SCRIPT}, nsIAboutModule::ALLOW_SCRIPT}, #endif {"sessionrestore", "chrome://browser/content/aboutSessionRestore.xhtml", {"sessionrestore", "chrome://browser/content/aboutSessionRestore.xhtml", nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT | nsIAboutModule::IS_SECURE_CHROME_UI}, nsIAboutModule::IS_SECURE_CHROME_UI}, Loading
browser/components/about/components.conf +0 −1 Original line number Original line Diff line number Diff line Loading @@ -20,7 +20,6 @@ pages = [ 'reader', 'reader', 'restartrequired', 'restartrequired', 'rights', 'rights', 'robots', 'sessionrestore', 'sessionrestore', 'tabcrashed', 'tabcrashed', 'unloads', 'unloads', Loading
docshell/base/nsAboutRedirector.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -112,8 +112,10 @@ static const RedirEntry kRedirMap[] = { nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS | nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS | nsIAboutModule::IS_SECURE_CHROME_UI}, nsIAboutModule::IS_SECURE_CHROME_UI}, #if 0 {"mozilla", "chrome://global/content/mozilla.html", {"mozilla", "chrome://global/content/mozilla.html", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT}, nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT}, #endif {"neterror", "chrome://global/content/netError.xhtml", {"neterror", "chrome://global/content/netError.xhtml", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_CAN_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::URI_CAN_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT | Loading
docshell/build/components.conf +0 −1 Original line number Original line Diff line number Diff line Loading @@ -19,7 +19,6 @@ about_pages = [ 'license', 'license', 'logo', 'logo', 'memory', 'memory', 'mozilla', 'neterror', 'neterror', 'networking', 'networking', 'performance', 'performance', Loading
toolkit/content/aboutRightsMullvad.xhtml 0 → 100644 +37 −0 Original line number Original line Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html [ <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> %htmlDTD; ]> <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" /> <meta name="color-scheme" content="light dark" /> <title data-l10n-id="rights-title"></title> <link rel="stylesheet" href="chrome://global/skin/in-content/info-pages.css" type="text/css"/> <link rel="localization" href="branding/brand.ftl"/> <link rel="localization" href="toolkit/about/aboutRights.ftl"/> <link rel="localization" href="toolkit/about/aboutRightsMullvad.ftl"/> </head> <body id="your-rights" class="aboutPageWideContainer"> <div class="container"> <h1 data-l10n-id="rights-title"></h1> <p data-l10n-id="rights-mullvad-intro"></p> <p data-l10n-id="rights-mullvad-you-should-know"></p> <ul> <li data-l10n-id="rights-intro-point-1"><a href="http://www.mozilla.org/MPL/" data-l10n-name="mozilla-public-license-link"></a></li> <li data-l10n-id="rights-mullvad-trademarks"></li> </ul> </div> </body> </html>