mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Login: Add logging for incorrect JS hostnames
This commit is contained in:
@@ -58,5 +58,6 @@
|
||||
{{ poweredby }} {# removing or hiding this might be in violation of pretix' license #}
|
||||
</footer>
|
||||
</div>
|
||||
<script type="text/javascript" src="{% static "pretixcontrol/js/auth.js" %}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -46,5 +46,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</form>
|
||||
<script type="text/plain" id="good_origin">{{ good_origin }}</script>
|
||||
<script type="text/plain" id="bad_origin_report_url">{{ bad_origin_report_url }}</script>
|
||||
<!-- pretix-login-marker -->{# marker required for ajax calls to detect that user session is over #}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user