morgan pushed to branch mullvad-browser-140.2.0esr-15.0-1 at The Tor Project /
Applications / Mullvad Browser
Commits:
518cccfe by Henry Wilkes at 2025-08-19T12:53:57+00:00
fixup! BB 18905: Hide unwanted items from help menu
TB 43903: Hide "Report broken site" items.
- - - - -
1 changed file:
- browser/components/reportbrokensite/ReportBrokenSite.sys.mjs
Changes:
=====================================
browser/components/reportbrokensite/ReportBrokenSite.sys.mjs
=====================================
@@ -452,9 +452,8 @@ export var ReportBrokenSite = new (class ReportBrokenSite {
// Altering the disabled attribute on the command does not propagate
// the change to the related menuitems (see bug 805653), so we change them
all.
const cmd = document.getElementById("cmd_reportBrokenSite");
- const allowedByPolicy = Services.policies.isAllowed(
- "DisableFeedbackCommands"
- );
+ // Hide the items in base-browser. tor-browser#43903.
+ const allowedByPolicy = false;
if (allowedByPolicy) {
cmd.setAttribute("hidden", "false"); // see bug 805653
} else {
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/518cccfec4f5300f093aed252aa6bde79d9f6b8b
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/518cccfec4f5300f093aed252aa6bde79d9f6b8b
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]