Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Releases: frux/express-csp-header

Added some new directives

20 Mar 08:41

Choose a tag to compare

New directives:

script-src-attr
script-src-elem
style-src-attr
style-src-elem

New constants:

HASHES contains new values 'unsafe-hashes'. Can be used in any of the new directives.

Typescript typings

26 Jan 05:47

Choose a tag to compare

Added Typescript typings (thanks to @xkr47)