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
Pretalx added a commit that adds a signage "you are accessing an outside link" as a default to the platform. As we have different subdomains and specific organiser links this is not useful for us.
Simply reverting the following commit results in a 500 error. Find an option to get rid of the message / delete the URL warning to links for outbound link signing and redirects.
mariobehling
changed the title
Revert commit Provide outbound link signing and redirects
Delete URL warning to links for outbound link signing and redirects
Feb 16, 2025
referer is the URL of original page (where we saw the link and we clicked), like https://app.eventyay.com/talk/orga/event/moon-night-2025/mails/1/, request is the target URL,like https://app.eventyay.com/talk/moon-night-2025/me/submissions/QQSD3B/. With proper setup, the above check will pass, because referer.netloc == request.get_host() == 'app.eventyay.com'.
But with current configuration, even if we already enable TLS, the request.scheme is still http, not https and make the above check fail.
Pretalx added a commit that adds a signage "you are accessing an outside link" as a default to the platform. As we have different subdomains and specific organiser links this is not useful for us.
Simply reverting the following commit results in a 500 error. Find an option to get rid of the message / delete the URL warning to links for outbound link signing and redirects.
Related commit: cc39b03
The text was updated successfully, but these errors were encountered: