-
Notifications
You must be signed in to change notification settings - Fork 972
sync sometimes shows CSP error #7965
Comments
some more info.. this has happened to me sporadically while updating my network configuration. it seems to happen when the network is down. Repro:
For example this fails: Then right after: There is a bit in the AWS JS SDK which connects with Despite several of these errors Sync resumed working soon after and successfully sent records so this may not be a problem. |
So, I have tried to repro and am experiencing something pretty odd.
|
seems like there are no downsides to adding |
fix #7965 Auditors: @ayumi Test Plan: 1. enable sync 2. turn off wifi 3. open chrome-extension://cjnmeadmgmiihncdidmfiabhenbggfjm/_generated_background_page.html 4. wait around a minute 5. you should not see any errors that start with "Refused to connect to 'https://brave-sync.s3.dualstack.us-east-1.amazonaws.com...'"
moving to 0.14.1 |
right now the CSP only allows connections to
https://brave-sync.s3.dualstack.us-west-2.amazonaws.com
, but @alexwykoff is seeing sync attempting to connect to'https://brave-sync.s3.dualstack.us-east-1.amazonaws.com
cc @ayumi
The text was updated successfully, but these errors were encountered: