mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-30 11:23:39 +00:00
Fix cross-origin handling of CSS modules (#36890)
This commit is contained in:
parent
bb28552859
commit
27c67f1750
|
|
@ -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