browser.toml (2320B)
1 [DEFAULT] 2 tags = "trackingprotection" 3 support-files = [ 4 "head.js", 5 "benignPage.html", 6 "containerPage.html", 7 "cookiePage.html", 8 "cookieSetterPage.html", 9 "cookieServer.sjs", 10 "emailTrackingPage.html", 11 "embeddedPage.html", 12 "trackingAPI.js", 13 "trackingPage.html", 14 ] 15 16 prefs = [ 17 "browser.urlbar.trustPanel.featureGate=false" 18 ] 19 20 ["browser_protectionsUI.js"] 21 https_first_disabled = true 22 23 ["browser_protectionsUI_3.js"] 24 25 ["browser_protectionsUI_background_tabs.js"] 26 https_first_disabled = true 27 28 ["browser_protectionsUI_bounce_tracking_protection.js"] 29 30 ["browser_protectionsUI_categories.js"] 31 https_first_disabled = true 32 33 ["browser_protectionsUI_cookie_banner.js"] 34 35 ["browser_protectionsUI_cookies_subview.js"] 36 https_first_disabled = true 37 38 ["browser_protectionsUI_cryptominers.js"] 39 https_first_disabled = true 40 41 ["browser_protectionsUI_email_trackers_subview.js"] 42 43 ["browser_protectionsUI_fetch.js"] 44 https_first_disabled = true 45 support-files = [ 46 "file_protectionsUI_fetch.html", 47 "file_protectionsUI_fetch.js", 48 "file_protectionsUI_fetch.js^headers^", 49 ] 50 51 ["browser_protectionsUI_fingerprinters.js"] 52 https_first_disabled = true 53 skip-if = [ 54 "a11y_checks", # Bugs 1858041 and 1849179 for causing intermittent crashes 55 ] 56 57 ["browser_protectionsUI_icon_state.js"] 58 https_first_disabled = true 59 60 ["browser_protectionsUI_info_message.js"] 61 62 ["browser_protectionsUI_milestones.js"] 63 64 ["browser_protectionsUI_open_preferences.js"] 65 https_first_disabled = true 66 67 ["browser_protectionsUI_pbmode_exceptions.js"] 68 https_first_disabled = true 69 70 ["browser_protectionsUI_shield_visibility.js"] 71 support-files = [ 72 "sandboxed.html", 73 "sandboxed.html^headers^", 74 ] 75 76 ["browser_protectionsUI_socialtracking.js"] 77 https_first_disabled = true 78 79 ["browser_protectionsUI_state.js"] 80 https_first_disabled = true 81 82 ["browser_protectionsUI_state_reset.js"] 83 https_first_disabled = true 84 85 ["browser_protectionsUI_subview_shim.js"] 86 https_first_disabled = true 87 88 ["browser_protectionsUI_suspicious_fingerprinters_subview.js"] 89 support-files = [ 90 "canvas-fingerprinter.html", 91 "font-fingerprinter.html", 92 ] 93 94 ["browser_protectionsUI_telemetry.js"] 95 https_first_disabled = true 96 97 98 ["browser_protectionsUI_tracker_cookies_subview.js"] 99 support-files = [ 100 "trackerCookiePage.html", 101 ] 102 103 ["browser_protectionsUI_trackers_subview.js"] 104 https_first_disabled = true