You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client reports issues with quotes and padding appearing in values passed from Encryption and Crypto-Key headers.
These are legacy "aesgcm" encryption formats that are still in use. Server should probably clean these values up (remove quotes and padding) before relaying.
Client may also take steps to resolve this issue.
The text was updated successfully, but these errors were encountered:
…eaders (#200)
* Strip padding and double quotes from encryption and crypto-key headers
The regex is a little more complicated than the Python autopush version
because Rust's regex library does not support look-ahead, for
performance reasons.
* Improve strip_headers test
Closes#192
This duplicates an issue for autopush
Client reports issues with quotes and padding appearing in values passed from Encryption and Crypto-Key headers.
These are legacy "aesgcm" encryption formats that are still in use. Server should probably clean these values up (remove quotes and padding) before relaying.
Client may also take steps to resolve this issue.
The text was updated successfully, but these errors were encountered: