-
Notifications
You must be signed in to change notification settings - Fork 377
Update CSM destinations to CSP Level 3. #1536 #1536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
5d5d09a
c4262a7
3b13140
06575c3
f3fd134
2f3d5b8
52a6eab
e7147fb
6fbefaf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1654,11 +1654,11 @@ not always relevant and might require different behavior. | |
| <code>cursor</code>, CSS' <code>list-style-image</code>, … | ||
| <tr> | ||
| <td>"<code>audioworklet</code>" | ||
| <td><code>script-src</code> | ||
| <td><code>script-src-elem</code> | ||
|
||
| <td><code>audioWorklet.addModule()</code> | ||
| <tr> | ||
| <td>"<code>paintworklet</code>" | ||
| <td><code>script-src</code> | ||
| <td><code>script-src-elem</code> | ||
| <td><code>CSS.paintWorklet.addModule()</code> | ||
| <tr> | ||
| <td>"<code>script</code>" | ||
|
|
@@ -1678,11 +1678,11 @@ not always relevant and might require different behavior. | |
| <td><code>Federated Credential Management requests</code> | ||
| <tr> | ||
| <td>"<code>worker</code>" | ||
| <td><code>child-src</code>, <code>script-src</code>, <code>worker-src</code> | ||
| <td><code>worker-src</code>, <code>script-src</code>, <code>worker-src</code> | ||
|
||
| <td><code>Worker</code> | ||
| <tr> | ||
| <td>"<code>style</code>" | ||
| <td><code>style-src</code> | ||
| <td><code>style-src-elem</code> | ||
|
||
| <td>HTML's <code><link rel=stylesheet></code>, CSS' <code>@import</code> | ||
| <tr> | ||
| <td>"<code>track</code>" | ||
|
|
@@ -1718,7 +1718,7 @@ not always relevant and might require different behavior. | |
| <tr> | ||
| <td>"<code>xslt</code>" | ||
| <td>"<code>xslt</code>" | ||
| <td><code>script-src</code> | ||
| <td><code>script-src-elem</code> | ||
| <td><code><?xml-stylesheet></code> | ||
| </table> | ||
|
|
||
|
|
@@ -8465,6 +8465,7 @@ Tiancheng "Timothy" Gu, | |
| Tobie Langel, | ||
| Tom Schuster, | ||
| Tomás Aparicio, | ||
| Toni Williams, | ||
| triple-underscore<!-- GitHub -->, | ||
| 保呂毅 (Tsuyoshi Horo), | ||
| Tyler Close, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.