WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 235873
Bug 201591
CSP "connect-src" 'self' does not match web socket scheme as per spec
https://bugs.webkit.org/show_bug.cgi?id=201591
Summary
CSP "connect-src" 'self' does not match web socket scheme as per spec
TJ
Reported
2019-09-08 12:01:19 PDT
As per CSP spec paragraph 6.6.2.6, point 4. `self` match, 2nd match condition (
https://w3c.github.io/webappsec-csp/#match-url-to-source-expression
):
> "'self'", return "Matches" if one or more of the following conditions is met: > ... > 2. origin’s host is the same as url’s host, origin’s port and url’s port are either the same or the default ports for their respective schemes, and one or more of the following conditions is met: > - url’s scheme is "https" or "wss" > - origin’s scheme is "http" and url’s scheme is "http" or "ws"
This appears to not be working correctly in Safari, where I have a CSP of "connect-src 'self'" for a service worker, but the service worker refuses to connect to a web socket on the same host and port, logging error
> Refused to connect to wss://SOMEHOST/ws because it does not appear in the connect-src directive of the Content Security Policy.
Chromium had the same issue, fixed about a year ago:
https://bugs.chromium.org/p/chromium/issues/detail?id=815142
Related W3C CSP Issue:
https://github.com/w3c/webappsec-csp/issues/7
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-09-10 10:29:17 PDT
<
rdar://problem/55227268
>
Moritz Mahringer
Comment 2
2019-12-08 18:13:47 PST
I encountered this bug today and verified that it exists in Safari but works as intended (by the specification) in Chrome and Firefox. Luckily we catched this with a report-only directive.
Michael
Comment 3
2021-02-12 05:20:25 PST
Still not fixed in Safari 14.
cheshire137
Comment 4
2022-03-15 08:18:02 PDT
Still present in Safari 15.3.
Patrick Griffis
Comment 5
2022-03-15 12:31:55 PDT
bug 235873
probably does fix this.
Brent Fulgham
Comment 6
2022-03-15 13:37:53 PDT
*** This bug has been marked as a duplicate of
bug 235873
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug