Make Vite respect CSP for styles (#36089)
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
= vite_preload_file_tag "mastodon/locales/#{I18n.locale}.json"
|
= vite_preload_file_tag "mastodon/locales/#{I18n.locale}.json"
|
||||||
= csrf_meta_tags unless skip_csrf_meta_tags?
|
= csrf_meta_tags unless skip_csrf_meta_tags?
|
||||||
%meta{ name: 'style-nonce', content: request.content_security_policy_nonce }
|
%meta{ name: 'style-nonce', content: request.content_security_policy_nonce, property: 'csp-nonce', nonce: request.content_security_policy_nonce }
|
||||||
|
|
||||||
= custom_stylesheet
|
= custom_stylesheet
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user