Skip to content

Releases: mcansh/http-helmet

@mcansh/http-helmet@0.10.3

17 Mar 01:13
2d1f4a3
Compare
Choose a tag to compare

Patch Changes

  • c4b0b6a: allow using kebab case keys for csp

    let secureHeaders = createSecureHeaders({
      "Content-Security-Policy": {
        "default-src": ["'self'"],
        "img-src": ["'self'", "data:"],
      },
    });
  • 1cee380: allow setting Content-Security-Policy-Report-Only

    let secureHeaders = createSecureHeaders({
      "Content-Security-Policy-Report-Only": {
        "default-src": ["'self'"],
        "img-src": ["'self'", "data:"],
      },
    });

@mcansh/http-helmet@0.10.2

07 Feb 02:15
4c3c0f8
Compare
Choose a tag to compare

Patch Changes

  • 8e1c380: bump dependencies to latest versions
  • 6919888: add nonce generation, context provider, and hook for React and Remix apps

@mcansh/http-helmet@0.10.1

11 Jan 19:20
3ff8ef9
Compare
Choose a tag to compare

Patch Changes

  • ba87f33: add funding to package.json

@mcansh/http-helmet@0.10.0

13 Dec 22:53
ece9e19
Compare
Choose a tag to compare

Minor Changes

  • 7b0c887: re-export types/functions remove deprecated strictTransportSecurity in favor of renamed createStrictTransportSecurity
  • 7d1d570: use Headers global instead of the implementation from @remix-run/web-fetch

Patch Changes

  • d439533: add mergeHeaders utility to merge your exisiting headers with the ones created by createdSecureHeaders
  • 12329f8: bump dependencies to latest versions

@mcansh/remix-secure-headers@0.8.2

28 Oct 17:30
9e10b55
Compare
Choose a tag to compare

Patch Changes

  • b9372b6: chore: add support for more headers, add check to ensure we set them

    may or may not have not actually been setting COEP, COOP, CORP, X-Content-Type-Options, X-DNS-Prefetch-Control headers 😬

  • Updated dependencies [b9372b6]

    • @mcansh/http-helmet@0.8.2

@mcansh/http-helmet@0.9.0

28 Oct 19:08
20f0bb2
Compare
Choose a tag to compare

Minor Changes

  • 0d92a95: stop publishing @mcansh/remix-secure-headers

@mcansh/http-helmet@0.8.2

28 Oct 17:30
9e10b55
Compare
Choose a tag to compare

Patch Changes

  • b9372b6: chore: add support for more headers, add check to ensure we set them

    may or may not have not actually been setting COEP, COOP, CORP, X-Content-Type-Options, X-DNS-Prefetch-Control headers 😬

@mcansh/remix-secure-headers@0.8.1

17 Aug 23:48
3183231
Compare
Choose a tag to compare

Patch Changes

  • 7d28c52: rename repo, publish with provenance

    rename github repo, add repository property to package's package.json

    publish with npm provenance

    update example in README

  • Updated dependencies [7d28c52]

    • @mcansh/http-helmet@0.8.1

@mcansh/http-helmet@0.8.1

17 Aug 23:48
3183231
Compare
Choose a tag to compare

Patch Changes

  • 7d28c52: rename repo, publish with provenance

    rename github repo, add repository property to package's package.json

    publish with npm provenance

    update example in README

@mcansh/remix-secure-headers@0.8.0

16 Aug 20:47
4209a42
Compare
Choose a tag to compare

Minor Changes

  • 095ff81: rename package as it's for more than just remix

Patch Changes

  • b199901: chore: improve typing for special quoted csp sources
  • Updated dependencies [aea04b9]
  • Updated dependencies [095ff81]
    • @mcansh/http-helmet@0.8.0