Aidan Woods

Results 151 comments of Aidan Woods

@jens1o > Please write an RFC, that's a pretty good idea and it really cleans up the code! I did send something round on internals, appears to have been missed/not...

Link is to a read only mirror of the mailing list (not really another good way to show it). I can probably forward you the original email, I think you'd...

Reopening this. My thinking is to create a configuration object that can be passed to `SecureHeaders` in the next release, if we separate config from the other functionality I see...

[reportMissingException](https://github.com/aidantwoods/SecureHeaders/wiki/reportMissingException) might be partially what you're looking for. Though I agree it might be good to be able to selectively mute any error (like the CSP ones for example). You're...

Just to rephrase slightly – for the first situation if you're using hashes and nonces in addition to `'unsafe-inline'` then SecureHeaders shouldn't be giving a warning anyway. For the second...

I'll re-open this to keep a pin in it so I remember to add the ability to turn off specific warnings/notices :) In principle I wouldn't recommend ignoring the CSP...

Hey, thanks for bringing this up! > I just stumbled upon this as I tried to build a v4 key pair from bytes coming from a x25519 pem certificate. >...

Hey! I just wanted to say thanks for the PR. I'd been meaning to pick this up myself, so really appreciated 🙂 Have had a pretty busy couple of weeks...

I might actually just bump the package version to iOS 11 etc... here. Turns out these `if #available` checks aren't useful for avoiding compile errors like I'd thought 🙁

That's a great point, let's go with that. It'll be the same line I'm drawing in my Go version of this library too, so it'll be nice to also be...