Closed
Bug 1363634
Opened 8 years ago
Closed 8 years ago
rewrite test_style_crossdomain.html
Categories
(Core :: DOM: Security, enhancement, P2)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file, 1 obsolete file)
12.03 KB,
patch
|
ckerschb
:
review+
|
Details | Diff | Splinter Review |
dom/security/test/sri/test_style_crossdomain.html will use data:text/css for the CSS file, however it will fail if we turn off security.data_uri.inherit_security_context
Updated•8 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [domsecurity-active]
Assignee | ||
Comment 1•8 years ago
|
||
After checking the test, data:text/css should be considered as a CORS request, and should be blocked if crossorigin is not specified.
Summary: rewrite test_style_crossdomain.html to not use data: URI → rewrite test_style_crossdomain.html
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8867086 -
Flags: review?(ckerschb)
Comment 3•8 years ago
|
||
Comment on attachment 8867086 [details] [diff] [review]
Patch.
See: https://bugzilla.mozilla.org/show_bug.cgi?id=1364367#c2
Attachment #8867086 -
Flags: review?(ckerschb)
Assignee | ||
Comment 4•8 years ago
|
||
Attachment #8867086 -
Attachment is obsolete: true
Assignee | ||
Updated•8 years ago
|
Attachment #8868407 -
Flags: review?(ckerschb)
Comment 5•8 years ago
|
||
Comment on attachment 8868407 [details] [diff] [review]
Patch. v2
Review of attachment 8868407 [details] [diff] [review]:
-----------------------------------------------------------------
Yeah, I think _legacy.html as postfix is just fine. thanks!
Attachment #8868407 -
Flags: review?(ckerschb) → review+
Pushed by yhuang@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/550bd3db9e02
rewrite test_style_crossdomain.html. r=ckerschb
Comment 7•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 8•8 years ago
|
||
https://hg.mozilla.org/projects/cedar/rev/550bd3db9e02571fad48aefbc8dc5b03b809a6b1
Bug 1363634 - rewrite test_style_crossdomain.html. r=ckerschb
You need to log in
before you can comment on or make changes to this bug.
Description
•