ChaelCodes / HuntersKeepers

An app to make managing games of Monster of the Week easier.
MIT License
40 stars 26 forks source link

Reduce number of CSP + Turbolinks complaints #273

Open ChaelCodes opened 3 years ago

ChaelCodes commented 3 years ago

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

ChaelCodes commented 3 years ago

Please review my lazy CSP fixes PR @sjaustirni