pszabop

Results 13 issues of pszabop

`skipHeaders` defaults to false. This means the entire world is getting these headers, which exposes internal implementation details and is thus a security flaw: ``` X-RateLimit-Limit: 20 X-RateLimit-Remaining: 19 X-RateLimit-Reset:...

If a load is attempted on a non-existent key, the gun chain hangs and never calls the callback. The expected behavior should be that of `get()`, return `undefined`. **Reproduction**: ```...

There are some publishers who are using MP4 as a format because it is very high quality and simple to produce. On IOS, all MP4 files automatically go to Library...

enhancement

Redirects should remove the `Authorization` header when going to different hosts, because otherwise the contents of `Authorization` is sent to third parties which is a security vulnerability. It also breaks...

I'm using ioredis, and I"d prefer not to have use nod-redis as ioredis has more extensive support for e.g. clustering. Perhaps redis should be made a peer module so that...

I have a certificate I would like to verify against the root nodejs store. The certificate is in PEM format. I attempted to use the built in nodejs function `tls.checkServerIdentity()`...

If I want to compose a query on an object in Lucene with the following structure, I'm unable to create a query for story.author.name: story { author { id name...

## What is the problem your feature solves, or the need it fulfills? I am attempting to implement something like the NginX HTTP substition filter, that allows modification of the...

## Describe the bug I'm attempting to issue an HTTP redirect from `request_filter()` With the code shown below the connection hangs. There needs to be a way to issue something...

documentation
help wanted

See issue #547 This PR adds the SNI to the session digest for SSL. Rustls is stubbed because I couldn't figure out how to get it. Be happy to include...

enhancement