-
-
Notifications
You must be signed in to change notification settings - Fork 445
Description
Is your feature request related to a problem? Please describe.
At least some of the time Anubis shows the message ‘Please wait a moment while we ensure the security of your connection.’ (translation string connection_security)
Is there something Anubis is actually doing that has to do with checking the security of the connection? There are other translation messages which seem to imply that a security check can fail (js_context_not_secure and js_context_not_secure_msg) but with a grep through the source, I wasn’t able to find anywhere where these are actually used. The connection_security message looks to appear in connection with the meta refresh challenge.
At Codeberg we’re concerned that this message is potentially misleading our users about what we’re using their CPU time and network resources for. We would prefer to be honest to our users, but I’m not sure about what actually happens here and whether something relevant to checking ‘security’ is actually going on. If there is nothing related to checking connection security here, as there doesn’t appear to be, I think this message should be changed to reflect what’s actually going on.
Solution you would like.
???
Describe alternatives you have considered.
No response
Additional context
No response