Open
Bug 2018619
Opened 10 days ago
Updated 3 days ago
Restricted error text does not appear when accessing restricted pages (internal/non-internal)
Categories
(Firefox Enterprise :: Client, defect, P1)
Tracking
(Not tracked)
NEW
Pilot
People
(Reporter: pmagyari, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Found in
- Firefox Enterprise 149.0a1 (2026-02-21)
Tested platforms
- Affected platforms: Windows 11/ MacOS 15 / Ubuntu 24.04
Steps to reproduce
- Open Firefox Enterprise.
- Log-in to https://stage.fx-enterprise.nonprod.webservices.mozgcp.net using valid credentials.
- Set the BlockAboutSupport policy (or any other page blocking policy) to true.
- Navigate to the blocked page (about:support in this case).
Expected result
- The user is presented with an error page which states "This website has been blocked by your Organization...etc"
Actual result
- Page is blocked but blank.
Notes
- This also occurs on non-internal pages. (using WebsiteFilter to block a page then trying to access it won't show error message)
| Reporter | ||
Updated•10 days ago
|
Summary: Restricted error page does not appear when accessing restricted pages (internal/non-internal) → Restricted error text does not appear when accessing restricted pages (internal/non-internal)
Updated•7 days ago
|
Severity: -- → S1
tracking-firefox149:
--- → ?
tracking-firefox149:
? → ---
tracking-firefox150:
--- → ?
tracking-firefox150:
? → ---
Priority: -- → P1
Target Milestone: --- → Pilot
Comment 1•3 days ago
|
||
Checking the console here, I see:
Uncaught ReferenceError: ChromeUtils is not defined
<anonymous> chrome://global/content/errors/net-errors.mjs:11
Comment 2•3 days ago
|
||
This was regressed by https://searchfox.org/enterprise-main/diff/786769607b00a9a1d2160cfd7d19e1091797941f/toolkit/content/errors/net-errors.mjs#11 and is related to https://bugzilla.mozilla.org/show_bug.cgi?id=2009206, looks like ChromeUtils does not work there.
You need to log in
before you can comment on or make changes to this bug.
Description
•