Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
331 stars 98 forks source link

Missing csp in scripts and styles tags #293

Open bastos71 opened 3 months ago

bastos71 commented 3 months ago

Request

Add nonce csp to <style> and <script> tags in blade views.

Actually when I'm reaching my app, I've got CSP issues : image

Solution

By adding nonce="{{ csp_nonce() }}" to those tags, everything works fine (tested locally on my side by overriding the concerned blade views)

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Kyon147 commented 3 months ago

@bastos71 can you create a PR for this and explain what issue is is solving.