mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-26 18:07:50 -05:00
Fix cross-origin handling of CSS modules (#36890)
This commit is contained in:
parent
bc47cba123
commit
6db4297193
|
|
@ -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