Add 'nonce' prop support for generated <Links /> #8330
outofthisworld
started this conversation in
Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As stated in the title, this proposal is to add support for a 'nonce' prop on the
Links
component to remix.By default, all browser elements support a nonce attribute however links can support a CSP directive of strict-dynamic with a nonce.
More information can be found at this link:
https://html.spec.whatwg.org/#fetching-and-processing-a-resource-from-a-link-element
Beta Was this translation helpful? Give feedback.
All reactions