mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-28 10:30:49 +00:00
Fix cross-origin handling of CSS modules
This commit is contained in:
parent
98c8c1ebd2
commit
1abaeeb15d
|
|
@ -107,6 +107,7 @@ module ViteRails::TagHelpers::IntegrityExtension
|
||||||
stylesheet,
|
stylesheet,
|
||||||
integrity: vite_manifest.integrity_hash_for_file(stylesheet),
|
integrity: vite_manifest.integrity_hash_for_file(stylesheet),
|
||||||
media: media,
|
media: media,
|
||||||
|
crossorigin: crossorigin,
|
||||||
**options
|
**options
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user