paragonie / csp-builder

Build Content-Security-Policy headers from a JSON file (or build them programmatically)
https://paragonie.com/projects
MIT License
544 stars 39 forks source link

Support manifest-src directive #57

Closed strider72 closed 2 years ago

strider72 commented 2 years ago

What it says in the header. Please add support for the manifest-src directive.

Wondering if you could future proof this plugin a bit by making a "plugin" mechanism that allows users to add directives and such without directly hacking your code? I realize this library doesn't get updated too often, but some sort of modularity would allow us to add new things without waiting for official updates.

strider72 commented 2 years ago

Never mind — you already support it. Not sure why it wasn't working