Aidan Woods

Results 27 issues of Aidan Woods

Some stuff is really easy and hard to guess a way of using it wrong (see: https://github.com/aidantwoods/SecureHeaders/wiki/csp). Other configuration might be a little harder to remember off hand (see: https://github.com/aidantwoods/SecureHeaders/wiki/auto)....

help wanted
discussion
good first issue

SecureHeaders was originally written in PHP 7. However, I wanted as many people as possible to be able to use these browser security features easily, and didn't want it to...

E.g. https://www.w3.org/TR/CSP2/#directive-script-src > If 'unsafe-inline' is not in the list of allowed script sources, or if at least one nonce-source or hash-source is present in the list of allowed script...

bug

`base-uri` must be defined to have blocking behaviour. If `default-src` is not defined many directives will have no fallback (and so will operate as if `*` was specified if they...

enhancement

I re-ran dist-build/apple-xcframework.sh from libsodium with `LIBSODIUM_FULL_BUILD=1`, and manually corrected the file `Sodium/libsodium/version.h` to match. For the sake of simplicity about what actually changed, I also re-ordered the `AvailableLibraries` array...

Stale

Would there be any issue, in principle, with adjusting the precompiled libsodium to be a non-minimal build? At the moment I believe that `SODIUM_LIBRARY_MINIMAL 1` is set, and so some...

Splitting this from #476 There appears to be a discrepancy in meaning when using the word "link". > [Autolink](http://spec.commonmark.org/0.27/#autolink)s are absolute URIs and email addresses inside ``. They are parsed...

Given the following markdown: ```markdown **strong* still strong** ``` The online reference parser gives this output: ```html strong still strong* ``` However, using rule 15 (just below http://spec.commonmark.org/0.27/#can-open-emphasis) > 15....

Let's talk about [block quotes](http://spec.commonmark.org/0.27/#block-quotes). > A block quote marker consists of 0-3 spaces of initial indent, plus (a) the character > together with a following space, or (b) a...

Require that the same block quote marker be used to avoid ambiguity in parsing strategy (compatible with the algorithm described [here](https://github.com/jgm/CommonMark/issues/460#issuecomment-293715367)) For what it's worth, this is one of the...