Bob Long

Results 4 comments of Bob Long

Timeout is documented here: https://github.com/sindresorhus/p-queue#timeout (which is linked to from [here](https://github.com/sindresorhus/p-queue#timeout-1)). > What is the default value for timeout setting? I don't think there is one - if no timeout...

The motivation is to fix the XSS referenced here: https://github.com/orientation/orientation/issues/218 Redcarpet supplies a "Safe" renderer which ensures that links don't use those protocols. However orientation uses a [custom renderer](https://github.com/orientation/orientation/blob/master/app/helpers/html_with_pygments.rb#L21) which...

I tried a workaround like this but looks like there's something up with parsing that document: ``` haskell λ import Network.HTTP λ html >= getResponseBody -- html looks correct λ...