Bug 115707

Summary: CSP: Verify that report-uri accepts scheme-relative URIs
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Page LoadingAssignee: Daniel Bates <dbates>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, beidson, bfulgham, dbates, webkit-bug-importer
Priority: P2 Keywords: BlinkMergeCandidate, InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=154288

Description Ryosuke Niwa 2013-05-06 21:18:16 PDT
We should merge https://chromium.googlesource.com/chromium/blink/+/76e2ebc43e645abdebd5d4393605495031e656a4

CSP: Verify that report-uri accepts scheme-relative URIs.

Just adding a layout test; the code already works as expected when 'report-uri'
is populated with a URI like ‘//example.com/violation-report-endpoint'.
Comment 1 Radar WebKit Bug Importer 2016-01-27 20:27:49 PST
<rdar://problem/24383128>
Comment 2 Brent Fulgham 2016-02-18 17:45:19 PST
This test is being added as part of Bug 154288.
Comment 3 Brent Fulgham 2016-02-18 17:47:42 PST
Marking as duplicate because this patch was included as part of the recent CSP 2.0 work. See Bug 154288 for more details.

*** This bug has been marked as a duplicate of bug 154288 ***