Description of the issue:
I cannot sign in to my Playstation account when using a regular browsing window, but I can when I use a private browsing window. Extensions are disabled in both cases, shields are up in both cases.
How can this issue be reproduced?
- Visit [https://](https://www.playstation.com/en-us/) in a regular browser session
- Click the blue Sign in button in the top right
- Fill in the form and click the Sign In button.
- Repeat the same steps in a Private browsing window
Expected result: Regardless of browsing session - private or regular - the page should redirect to the Playstation store with your username shown in the top right.
Actual result: An error message saying Can't connect to the server. (0.b71edf17.1735975450.cb2e5172)
.
Repeat these steps in a Private window and notice that logins are successful.
Exact URL of the website in question: https://www.playstation.com/en-us/
Did the issue present with default Shields settings? (yes/no) Yes
Does the site function as expected when Shields are turned off? Yes
Is there a specific Shields configuration that causes the site to break? If so, tell us that configuration. (yes/no): no
Does the site work as expected when using Chrome? Yes
Brave version (check About Brave
): v1.73.104
Additional Information: In the Network panel, I observed that a POST request sent to https://ca.account.sony.com/api/v1/ssocookie
returns a 403 - FORBIDDEN response when using regular browsing, but returns 200 - OK response when in private browsing mode. I suspect that this may be a CORS issue where certain security rules are applied in regular browsing sessions but not applied in Private windows.
Somewhat related: I also cannot access Gmail from a regular browsing session. I can only do it from a Private browsing window. In a regular browsing window, it just hangs when I enter the URL and press Enter. I’m assuming some security restrictions are at play here as well.