Thibault
Thibault
### Checklist - [X] My issue is specific & actionable. - [X] I am not suggesting a protocol enhancement. - [X] I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my...
Allow multiple headers to be passed to sentry-cli when usingy the JS interface.
At the moment, JS layer above [sentry-cli](https://www.npmjs.com/package/@sentry/cli) allow passing at most one header, as follow ```javascript import Sentry from '@sentry/cli' const cli = new Sentry(undefined, { // Note the singular...
* Add host-header protocol * Add Host Header Transcoder, validating against HTTP [RFC 2616 § 14.23](https://www.rfc-editor.org/rfc/rfc2616#section-14.23) MultiAddr code to be merged in multiformats/multiaddr#144 Relates to multiformats/multicodec#296 and libp2p/go-libp2p#1829 cc @MarcoPolo
Both `request-public` and `request-secret` prompt the user for a secret input. This commit updates `request-public` to prompt a public input which the user can edit more easily.
Privacy Pass has changed since the original PoPETS version. Moreover, CAPTCHA providers have moved from that version to follow IETF version more closely. They don't operate with a stored token...
In version 3.0, where token where used, the extension icon switched from grey to orange when the website was compatible with (legacy) Privacy Pass protocol. A similar pattern could be...
The extension works with Chrome, and is published on the Chrome Web Store. It would be good to consider publication on Microsoft Edge Add-ons store. This relates to [privacypass/challenge-bypass-extensions#407](https://github.com/privacypass/challenge-bypass-extension/issues/407).
Similar to RFC or EIP, it would be good to refer to IPIP with a number as soon as they pass a "consideration" threshold. At the moment, issues and PRs...
It would be great if `crypto.subtle.importKey` would support large RSA public key exponent. The following worker ([playground](https://cloudflareworkers.com/#835805f71880fff10507992f75dba8ba:https://example.test)) highlights the curent error path ``` addEventListener('fetch', event => { event.respondWith(handleRequest(event.request)) }) async...