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
vite_entry_script_tags does support nonce attribute in dev environment, but vite_entry_link_tags does not. Why is that?
I am using NelmioSecurityBundle and I am encoutering a CSP violation after having to set a style nonce: ... {{ csp_nonce('style') }}... (see: symfony/ux#2175 (comment))
I know nonces are not required for development, but it's better to have them in dev IMHO.
Example
No response
The text was updated successfully, but these errors were encountered:
Description
vite_entry_script_tags
does supportnonce
attribute in dev environment, butvite_entry_link_tags
does not. Why is that?I am using NelmioSecurityBundle and I am encoutering a CSP violation after having to set a
style
nonce:... {{ csp_nonce('style') }}...
(see: symfony/ux#2175 (comment))I know nonces are not required for development, but it's better to have them in dev IMHO.
Example
No response
The text was updated successfully, but these errors were encountered: