Open luber opened 2 years ago
Need to be able to specify require-trusted-types-for directive: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/require-trusted-types-for
require-trusted-types-for
It would be nice to be able to add directives that are not yet supported by the library before building final header result...
This could be added. It's currently an experimental directive though and not supported across all major browsers. There is a risk that it'll be changed/removed in the future.
Need to be able to specify
require-trusted-types-for
directive: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/require-trusted-types-forIt would be nice to be able to add directives that are not yet supported by the library before building final header result...