Verified Commit 2164237e authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! BB 42716: Disable unwanted about: pages

BB 43795: Restore the URL classifier XPCOM components.

Move the commit where we disable about:urlclassifier.
parent cc561c52
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -219,8 +219,12 @@ static const RedirEntry kRedirMap[] = {
         nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS |
         nsIAboutModule::HIDE_FROM_ABOUTABOUT},
#endif
#ifndef BASE_BROWSER_VERSION
    // We disable safe browsing and the data update mechanisms. So this page
    // will be non-functional or at least unreliable.
    {"url-classifier", "chrome://global/content/aboutUrlClassifier.xhtml",
     nsIAboutModule::ALLOW_SCRIPT},
#endif
#ifdef MOZ_WEBRTC
    {"webrtc", "chrome://global/content/aboutwebrtc/aboutWebrtc.html",
     nsIAboutModule::ALLOW_SCRIPT},