Add crossorigin back to inert css (regression? of #30687) (#35876)

This commit is contained in:
Shlee 2025-08-25 06:54:47 +00:00 committed by GitHub
parent d85743576c
commit 61a21d6a36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@
= vite_react_refresh_tag
= vite_polyfills_tag
-# Needed for the wicg-inert polyfill. It needs to be on it's own <style> tag, with this `id`
= vite_stylesheet_tag 'styles/entrypoints/inert.scss', media: 'all', id: 'inert-style'
= vite_stylesheet_tag 'styles/entrypoints/inert.scss', media: 'all', id: 'inert-style', crossorigin: 'anonymous'
= vite_typescript_tag 'common.ts', crossorigin: 'anonymous'
= vite_preload_file_tag "mastodon/locales/#{I18n.locale}.json"