You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
On an app with CSP policy it is a good practice to provice nonce for 3rd party scripts (instead of allowing the entire cdn js sites, which exposes may expose to a XSS)
Describe the solution you'd like
Add to ScriptItem interface the nonce prop.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
On an app with CSP policy it is a good practice to provice
nonce
for 3rd party scripts (instead of allowing the entire cdn js sites, which exposes may expose to a XSS)Describe the solution you'd like
Add to
ScriptItem
interface thenonce
prop.The text was updated successfully, but these errors were encountered: