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
I'm currently making a small web tool called jisk. It has a feature to automatically check the available instances, similar to Libredirect. However, due to this issue, my tool can't check it...
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently looking for a way to check the availability of a Quetre instance from a web page under a different origin. Is that possible?
Currently, I'm trying to check it by running the following JS code:
However, because of
cross-origin-resource-policy: same-origin
in the response header ofhttps://quetre.iket.me/favicon.ico
, I can't use this method.Is there a chance that Quetre will set
crossOriginResourcePolicy: false
in the helmet settings here: https://github.com/zyachel/quetre/blob/main/app.js#L30Or apply this to the
favicon.ico
only:Context of this question
I'm currently making a small web tool called jisk. It has a feature to automatically check the available instances, similar to Libredirect. However, due to this issue, my tool can't check it...
The text was updated successfully, but these errors were encountered: