Skip to content

Commit

Permalink
add csp to roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Feb 5, 2024
1 parent aefdfbd commit b4987dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,11 @@ It could be convenient to provide an api to assign imports to a window variable
## Better exception messages

We need better exception messages & add more problem solutions. There are a lot of different scenarios to account for and we need your help! If you think we should provide a Ignition solution for a specific error please reach out via [GitHub](https://github.com/gwleuverink/bundle).

## CSP

Add documentation for implementing CSP using Bundle. In most cases configuring appropiate headers should do the trick.

In order to support 'unsafe-inline' a small update needs to be made so a nonce is injected when Bundle's core is loaded on your page.

We might add a feature to enable CSP for Bundle's core & auto injecting nonces on rendered script tags for you. Though this is not high on the list of priorities at the moment. Contributions are welcome!

0 comments on commit b4987dd

Please sign in to comment.