-
Notifications
You must be signed in to change notification settings - Fork 789
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
feat(runtime): support for CSP nonces #3823
Commits on Oct 27, 2022
-
wip(compiler/runtime): ability to set nonce on runtime platform
This commit adds the ability to set a `nonce` value on the runtime platform object. This also introduces the consumption of this value and setting of the `nonce` attribute for generated `style` tags in `dist-custom-elements`.
Configuration menu - View commit details
-
Copy full SHA for 2c79743 - Browse repository at this point
Copy the full SHA 2c79743View commit details -
wip(compiler/runtime): setNonce behavior for dist target
This commit adds the `setNonce` definition to the generated output for the `dist` output target. This also sets the `nonce` attribute on the style tag responsible for invisible pre-hydration styles.
Configuration menu - View commit details
-
Copy full SHA for 81b099a - Browse repository at this point
Copy the full SHA 81b099aView commit details
Commits on Nov 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2af9abc - Browse repository at this point
Copy the full SHA 2af9abcView commit details
Commits on Nov 9, 2022
-
chore(): nonce function/declaration code comments
This commit adds some comments to the internal and generated helper function code for apply nonce attributes.
Configuration menu - View commit details
-
Copy full SHA for 9b2eeea - Browse repository at this point
Copy the full SHA 9b2eeeaView commit details
Commits on Nov 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 545f359 - Browse repository at this point
Copy the full SHA 545f359View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea0db1b - Browse repository at this point
Copy the full SHA ea0db1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee06584 - Browse repository at this point
Copy the full SHA ee06584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b0fab - Browse repository at this point
Copy the full SHA 70b0fabView commit details
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c6f9a01 - Browse repository at this point
Copy the full SHA c6f9a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7891b60 - Browse repository at this point
Copy the full SHA 7891b60View commit details
Commits on Dec 9, 2022
-
chore(): remove CSP from IE polyfills
CSP nonces aren't supported by IE so there is no reason to add support in the polyfills
Configuration menu - View commit details
-
Copy full SHA for 93dfedd - Browse repository at this point
Copy the full SHA 93dfeddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d9ffbd - Browse repository at this point
Copy the full SHA 0d9ffbdView commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 56a673f - Browse repository at this point
Copy the full SHA 56a673fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3a8da8 - Browse repository at this point
Copy the full SHA c3a8da8View commit details
Commits on Jan 10, 2023
-
feat(runtime): updates nonce fallback to use meta tag instead of wind…
…ow (#3955) * feat(runtime): updates nonce fallback to use meta tag instead of window This commit updates our CSP nonce support logic to allow implementers to leverage a meta tag in the DOM head for setting nonce values during the Stencil runtime rather than pulling the value off of the global window object * fix(): PR feedback * feat(utils): update return type fallback to `undefined` only
Configuration menu - View commit details
-
Copy full SHA for 7d6d684 - Browse repository at this point
Copy the full SHA 7d6d684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 810c30f - Browse repository at this point
Copy the full SHA 810c30fView commit details