Closed
Bug 1280179
Opened 8 years ago
Closed 8 years ago
Typo in csp.properties
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: fryskefirefox, Assigned: ckerschb)
References
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file)
1.58 KB,
patch
|
arroway
:
review+
|
Details | Diff | Splinter Review |
There is a closing qoute typo in:
https://hg.mozilla.org/mozilla-central/diff/b38b4072fd41/dom/locales/en-US/chrome/security/csp.properties#l1.14
‘%1$S‘ needs to be ‘%1$S’
Assignee | ||
Comment 1•8 years ago
|
||
(In reply to Wim from comment #0)
> ‘%1$S‘ needs to be ‘%1$S’
Thanks Wim for filing. What's the impact of this type actually? Is the console broken because of that?
Assignee: nobody → ckerschb
Status: NEW → ASSIGNED
Flags: needinfo?(fryskefirefox)
Whiteboard: [domsecurity-active]
Target Milestone: mozilla49 → ---
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8762810 -
Flags: review?(stephouillon)
Actually, I haven't tested the impact. I guess the console isn't that picky about the qoutes.
Flags: needinfo?(fryskefirefox)
Comment 4•8 years ago
|
||
Comment on attachment 8762810 [details] [diff] [review]
bug_1280179_typo_in_csp_properties.patch
Review of attachment 8762810 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
Is there any other file than https://dxr.mozilla.org/mozilla-central/source/devtools/client/webconsole/test/browser_webconsole_show_subresource_security_errors.js implementing tests for SRI in the webconsole
Attachment #8762810 -
Flags: review?(stephouillon) → review+
Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Stephanie Ouillon [:arroway] from comment #4)
> Is there any other file than
> https://dxr.mozilla.org/mozilla-central/source/devtools/client/webconsole/
> test/browser_webconsole_show_subresource_security_errors.js implementing
> tests for SRI in the webconsole
I don't think so - thanks!
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/df6eab7648cb
Fix type on csp.properties . r=arroway
Keywords: checkin-needed
Comment 7•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•