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
Package Version: >=2.0.0
Currently it's not possible to configure strict-dynamic CSP header in the application, since there is no possibility to use nonce attribute in the index.html file. Only possible solution is to manually change, after build is done, index.html file (script src for runtime.js and main.js) and to add desired value.
Currently is only supported to configure nonce attribute for dynamically loaded scripts in the app by adding following part of the code at the top of main.ts file:
Enhancement
Package Version: >=2.0.0
Currently it's not possible to configure
strict-dynamic
CSP header in the application, since there is no possibility to usenonce
attribute in theindex.html
file. Only possible solution is to manually change, after build is done,index.html
file (script src forruntime.js
andmain.js
) and to add desired value.Currently is only supported to configure
nonce
attribute for dynamically loaded scripts in the app by adding following part of the code at the top ofmain.ts
file:The text was updated successfully, but these errors were encountered: