Closed
Bug 1942021
Opened 7 months ago
Closed 7 months ago
aboutRights has non-functioning margin-left due to CSP
Categories
(Toolkit :: General, defect, P5)
Tracking
()
RESOLVED
FIXED
136 Branch
People
(Reporter: Gijs, Assigned: Gijs)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
<div id="disabling-webservices-container" style="margin-left: 40px">
doesn't work because of
content="default-src chrome:; object-src 'none'"
and triggers:
Content-Security-Policy: The page’s settings blocked an inline style (style-src-attr) from being applied because it violates the following directive: “default-src chrome:”
Source: margin-left: 40px
in the devtools console.
There are a few other CSP style related errors as well that are less easy to track down. Also, the margin should probably be using inline-start
...
Assignee | ||
Comment 1•7 months ago
|
||
Oops, wrong regressor.
Comment 2•7 months ago
|
||
Set release status flags based on info from the regressing bug 1453933
status-firefox134:
--- → affected
status-firefox135:
--- → affected
status-firefox136:
--- → affected
status-firefox-esr128:
--- → affected
Assignee | ||
Updated•7 months ago
|
Severity: -- → S4
Priority: -- → P5
Assignee | ||
Comment 3•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c54e237cf6de
fix CSP violations in about:rights and make the code nicer, r=darktrojan,desktop-theme-reviewers,dao
Comment 5•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•