mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-14 14:17:22 -05:00
Fix cross-origin handling of CSS modules (#36890)
This commit is contained in:
@@ -107,6 +107,7 @@ module ViteRails::TagHelpers::IntegrityExtension
|
||||
stylesheet,
|
||||
integrity: vite_manifest.integrity_hash_for_file(stylesheet),
|
||||
media: media,
|
||||
crossorigin: crossorigin,
|
||||
**options
|
||||
)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user