Make Vite respect CSP for styles (#36089)

This commit is contained in:
Echo 2025-09-12 15:37:26 +02:00 committed by GitHub
parent 82b26603fe
commit 06803422da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@
= vite_preload_file_tag "mastodon/locales/#{I18n.locale}.json"
= 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