0.0.4 • Published 3 years ago

aiware-object-to-csp v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

object-to-csp

This library was generated with Nx.

It converts given CSP Object to HTML CSP String. Objects are used in object structure to comply with the current config inheritence model.

Input

  "Content-Security-Policy": {
    "default-src": {
      "'self'": null,
      "*.veritone.com": null,
      "*.aiware.com": null
    },
  }

Output

<meta http-equiv="Content-Security-Policy" content="default-src 'self' *.veritone.com *.aiware.com;"/>
0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago