Unverified Commit f910f0dc authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix wrong host being used for custom.css when asset host configured (#19521)

parent 7926cb1b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -35,7 +35,7 @@
%meta{ name: 'style-nonce', content: request.content_security_policy_nonce }
= stylesheet_link_tag '/inert.css', skip_pipeline: true, media: 'all', id: 'inert-style'
= stylesheet_link_tag custom_css_path, host: default_url_options[:host], media: 'all'
= stylesheet_link_tag custom_css_path, skip_pipeline: true, host: root_url, media: 'all'
= yield :header_tags
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment