Giter Site home page Giter Site logo

csp-header's People

Contributors

danielkorte avatar dependabot[bot] avatar frux avatar hcodes avatar joshuan avatar nikshel avatar thisislawatts avatar xkr47 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

csp-header's Issues

Helper for nonce

export const generateNonce = (): string => randomBytes(16).toString('base64');

Referer policies don't work

Can you please show an example how to add referer policies to the CSP? I don't get it to work.

// referer values
export const NO_REFERER = "'no-referer'";
export const NONE_WHEN_DOWNGRADE = "'none-when-downgrade'";
export const ORIGIN = "'origin'";
export const ORIGIN_WHEN_CROSS_ORIGIN = "'origin-when-cross-origin'";
export const UNSAFE_URL = "'unsafe-url'";

Thanks

Sha numbers not recognized

Hello,

When using this library, I found that cps.INLINE constant would work, but 'unsafe-inline' would not. I mention this because when trying to use 'sha256-ASTASFGA23SDGA23' as a string constant, this also does not work. Obviously we can't have const for all sha #.

Was wondering if there was a quick fix for this?
Thanks

Directives are joined with "," instead of " " in 2.0

In 2.0 The following doesn't work anymore:

{
  directives: {
  // ...
  "connect-src": ["'self'", oidcAuthorityUrl, "https://translation.googleapis.com"],
  // ...
  }
}

because the rules are string-joined with a ",".

.. instead I have to use "connect-src": [`'self' ${oidcAuthority} https://translation.googleapis.com`], (note the spaces).

Is this change on purpose?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.