dedoussis / icloud-hide-my-email-browser-extension

Enjoy iCloud's Hide My Email service in your favourite browser
https://chrome.google.com/webstore/detail/icloud-hide-my-email/omiaekblhgfopjkjnenhahfgcgnbohlk
MIT License
289 stars 15 forks source link

AxiosError: Request failed with status code 403 #38

Closed webepg closed 7 months ago

webepg commented 1 year ago

Hi,

when I try to login I get the 2FA Code, after typing it in the message AxiosError: Request failed with status code 403 appears. No E-Mail Address can be created. Am I doing something wrong?

I'm using Brave Browser

Frogy76 commented 1 year ago

Hi, I have the same PRoblem with Chrome and Firefox

felix-exon commented 1 year ago

Can confirm, but can still add new emails. image

dedoussis commented 1 year ago

Hi @webepg! The issue is due to Chromium unexpectedly disabling some static declarative net request rules of the extension. I could not figure out what's the exact root case behind that. It is possible that this could be a bug of Chromium.

Have just pushed a patch to work around this Chromium behaviour. It's been released as version 1.1.2 but awaits a review from the Chrome webstore team.

dedoussis commented 1 year ago

@Frogy76 and @deibertf, this seems to be another issue unrelated to the above Chromium networking stuff (which is why it's also reproducible in Firefox).

Apple made a change to the base URL of some API of theirs, which broke the extension. Have also fixed that as part of version 1.1.2 which should be available in both Firefox and Chrome webstores.