HuntersKeepers icon indicating copy to clipboard operation
HuntersKeepers copied to clipboard

Reduce number of CSP + Turbolinks complaints

Open ChaelCodes opened this issue 3 years ago • 1 comments

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

  • [ ] Unit test coverage?
  • [ ] Code Climate Passes? (Reach out to @ChaelCodes if checks need dismissing)
  • [ ] Example Seed file if new data table introduced?

ChaelCodes avatar May 09 '21 18:05 ChaelCodes

Please review my lazy CSP fixes PR @sjaustirni

ChaelCodes avatar May 09 '21 18:05 ChaelCodes