Jonas
Jonas
In your README it states that `parser.pick(['fr', 'en'], 'en-GB,en-US;q=0.9,fr-CA;q=0.7,en;q=0.8');` would return `"fr"`. But that's not correct IMO: ``` > parser.pick(['fr', 'en'], 'en-GB,en-US;q=0.9,fr-CA;q=0.7,en;q=0.8'); 'en' > parser.pick(['fr', 'en'], 'en-GB,en-US;q=0.9,fr-CA;q=0.7,en;q=0.8', { loose: true...
We're trying to use this proxy (thanks for the work!) together with [SoftHSMv2](https://github.com/opendnssec/SoftHSMv2/) and [Graphene](https://github.com/PeculiarVentures/graphene) to encrypt using AES GCM. We started by patching the following files to allow for...