TheFantasticWarrior / chrome-extension-imagus

"Mirror" of the "Mirror" of the official Imagus source hosted on Google Drive. currently taking a break on this project
https://addons.mozilla.org/en-US/firefox/addon/imagus-mod/
200 stars 7 forks source link

A serious bug in new versions on Chromium browsers #26

Closed kuzn123 closed 1 year ago

kuzn123 commented 1 year ago

A serious bug has been found In new versions on Chrome/Chromium, starting from version 0.10.11.1 (see my message).

On 0.10.11 and FireFox, everything is fine.

54m4d commented 1 year ago

They changed the xhr call from background script to the content script, which fixes cookie bugs on firefox(in incognito the cookie can be set/accessed by websites) but this also affects Chromium browsers https://bugzilla.mozilla.org/show_bug.cgi?id=1833842 They need to revert the change for Chrome and maintain 2 separate versions, one for Chromium and one for Gecko.

Duplicate/related #21 #25

TheFantasticWarrior commented 1 year ago

I separated the versions in v0.10.14, should work now

kuzn123 commented 1 year ago

I separated the versions in v0.10.14, should work now

Thank you, the bug has been fixed in this version. But why is there no version update for FF on the extension page? The latest version there is 0.10.11.

TheFantasticWarrior commented 1 year ago

Just want to make sure there are no bugs before official release