Johan Hermansson

Results 4 issues of Johan Hermansson

### Describe the bug When I set frameOptions: false the library still return the `X-Frame-Options` header. The PR https://github.com/trezy/next-safe/pull/38 solves this problem by checking if the right value param is...

type: bug
needs: triage

Value should be checked for false. This fixes `frameOptions: false` not working

Would be sweet with AMD and CommonJS support for Browserify :) The UMD method is nice https://github.com/umdjs/umd

enhancement

My logs shows deprecation warning in a lot of places in this library. Of course not a critical problem, but it's nice with clean logs and future-proofing libraries. Example: ```...