Open ChaelCodes opened 3 years ago
fixes #272
Reload stylesheet for Turbolinks, so the CSP allows it.
Also, remove inline styles and replace with cards, so the CSP stops complaining.
Did not fix: CSP complains on back button.
CSP was throwing errors into the console due to inline styles and unreloaded stylesheets from turbolinks.
Please review my lazy CSP fixes PR @sjaustirni
fixes #272
Description of Changes
Reload stylesheet for Turbolinks, so the CSP allows it.
Also, remove inline styles and replace with cards, so the CSP stops complaining.
Did not fix: CSP complains on back button.
Screenshots
Problem Solved
CSP was throwing errors into the console due to inline styles and unreloaded stylesheets from turbolinks.
PR Checklist