WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
224745
Adhere to policy inheritance according to policy container
https://bugs.webkit.org/show_bug.cgi?id=224745
Summary
Adhere to policy inheritance according to policy container
Antonio Sartori
Reported
2021-04-19 02:44:19 PDT
This is an implementation bug tracking this PR on the html spec:
https://github.com/whatwg/html/pull/6504
The PR introduces the concept of a policy container, and uses it to clarify inheritance to local schemes for Content Security Policy (as a first step). It is likely that WebKit needs minor changes to adhere to that PR (see also the tests
https://wpt.fyi/results/content-security-policy/inheritance?label=experimental&label=master&aligned
). More work could be needed as we add more policies to the policy container.
Attachments
Patch
(61.15 KB, patch)
2022-09-16 14:35 PDT
,
Ryan Reno
no flags
Details
Formatted Diff
Diff
Patch
(60.08 KB, patch)
2022-09-16 15:31 PDT
,
Ryan Reno
no flags
Details
Formatted Diff
Diff
Patch
(61.33 KB, patch)
2022-09-19 09:31 PDT
,
Ryan Reno
no flags
Details
Formatted Diff
Diff
Patch
(61.31 KB, patch)
2022-09-19 09:44 PDT
,
Ryan Reno
no flags
Details
Formatted Diff
Diff
Patch
(61.31 KB, patch)
2022-09-19 15:47 PDT
,
Ryan Reno
no flags
Details
Formatted Diff
Diff
Patch
(61.20 KB, patch)
2022-09-19 16:11 PDT
,
Ryan Reno
no flags
Details
Formatted Diff
Diff
Show Obsolete
(5)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-04-26 02:45:20 PDT
<
rdar://problem/77144735
>
Ryan Reno
Comment 2
2022-09-16 14:35:41 PDT
Created
attachment 462406
[details]
Patch
Ryan Reno
Comment 3
2022-09-16 15:31:17 PDT
Created
attachment 462408
[details]
Patch
Ryan Reno
Comment 4
2022-09-16 15:32:48 PDT
Trying to make GTK bot happy. I thought having an expectation in gtk-wk2 would solve it but maybe the glib platform expectation is causing the problem. I removed the expectations so hopefully gtk bot just uses the default expected file.
Ryan Reno
Comment 5
2022-09-19 09:31:50 PDT
Created
attachment 462430
[details]
Patch
Brent Fulgham
Comment 6
2022-09-19 09:39:11 PDT
Comment on
attachment 462430
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=462430&action=review
> Source/WebCore/dom/SecurityContext.cpp:170 > + // the policy defined elsewhere.
Is it a mistake for a caller to pass the empty string here? Should it be an ASSERT so we catch any logic errors related to it? Based on this description, it seems like once we set a referrer policy, we never want to change the sate of the SecurityContext to indicate that we should use a policy defined elsewhere. Is that correct?
Brent Fulgham
Comment 7
2022-09-19 09:40:01 PDT
It looks like the patch is stale, such that the bots can't apply it cleanly. Can you try uploading a rebased patch? " patching file Source/WebCore/loader/DocumentLoader.cpp Hunk #1 FAILED at 1237. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebCore/loader/DocumentLoader.cpp.rej "
Ryan Reno
Comment 8
2022-09-19 09:44:21 PDT
Created
attachment 462431
[details]
Patch
Ryan Reno
Comment 9
2022-09-19 10:05:31 PDT
Comment on
attachment 462430
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=462430&action=review
>> Source/WebCore/dom/SecurityContext.cpp:170 >> + // the policy defined elsewhere. > > Is it a mistake for a caller to pass the empty string here? Should it be an ASSERT so we catch any logic errors related to it? > > Based on this description, it seems like once we set a referrer policy, we never want to change the sate of the SecurityContext to indicate that we should use a policy defined elsewhere. Is that correct?
I don't know exactly. I simply moved the current implementation from Document.cpp to here as part of the refactoring for the PolicyContainer. I suspect, based on the description and implementation, that it's not an error to try to set empty string as that's the default value for an element when the attribute isn't set (From the spec example here:
https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-empty-string
). Since empty string is "look elsewhere" and in the case of an already set policy we don't want to look elsewhere, it seems reasonable to reject that change. I don't have an opinion on whether or not silently discarding is the right move though.
Ryan Reno
Comment 10
2022-09-19 11:56:39 PDT
I guess I missed one line of whitespace in the expectation file :( Going to let the mac and ios bots finish to be sure I didn't miss anything else before uploading the (hopefully) final patch.
Ryan Reno
Comment 11
2022-09-19 14:29:00 PDT
crashes in mac-wk2 are unrelated and will be fixed by
https://bugs.webkit.org/show_bug.cgi?id=245380
Ryan Reno
Comment 12
2022-09-19 15:47:28 PDT
Created
attachment 462457
[details]
Patch
Ryan Reno
Comment 13
2022-09-19 16:11:00 PDT
Created
attachment 462458
[details]
Patch
Chris Dumez
Comment 14
2022-09-19 16:11:54 PDT
Comment on
attachment 462458
[details]
Patch r=me assuming the bots are happy.
EWS
Comment 15
2022-09-20 00:31:29 PDT
Found 1 new test failure: imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/sandbox-toggle-in-inactive-document-crash.html
EWS
Comment 16
2022-09-20 01:08:04 PDT
Found 2 new test failures: http/tests/media/fairplay/fps-hls-update-reject.html, imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-popup.https.html
Brent Fulgham
Comment 17
2022-09-20 08:44:19 PDT
Comment on
attachment 462458
[details]
Patch The crash trace appears in other bot output for other patches, and is does not seem to be caused by this patch.
Brent Fulgham
Comment 18
2022-09-20 08:46:27 PDT
Comment on
attachment 462458
[details]
Patch Readding cq+ since the crash is incorrectly attributed to this patch.
EWS
Comment 19
2022-09-20 09:32:08 PDT
Committed
254679@main
(c5a36846f196): <
https://commits.webkit.org/254679@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 462458
[details]
.
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