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
Hey there! I've been running into this, and wasn't sure what caused it until just now, but with FediAct installed and enabled, anytime I browse to https://macrumors.com, I end up with an HTTP basic auth prompt appearing. This happens on both Firefox and Chrome. Interestingly enough, I don't see any requests in the extension network log that would be triggering this.
The text was updated successfully, but these errors were encountered:
Just gave it a look. Seems like the API call that FediAct needs to make to determine if the site is a Mastodon instance triggers this.
macrumors.com possibly triggers the basic auth for all URLs starting with /api/...
I'll think about how to prevent this, thanks for the heads up
Lartsch
changed the title
Fediact results in HTTP basic auth prompt on Macrumors
API call can trigger unwanted behaviour on non-Mastodon sites
Dec 21, 2022
The only way I can think of to fix this is to drop the API call to /api/v1/instance and determine if it's a Mastodon site by checking for DOM elements instead.
Hey there! I've been running into this, and wasn't sure what caused it until just now, but with FediAct installed and enabled, anytime I browse to https://macrumors.com, I end up with an HTTP basic auth prompt appearing. This happens on both Firefox and Chrome. Interestingly enough, I don't see any requests in the extension network log that would be triggering this.
The text was updated successfully, but these errors were encountered: