Private
Public Access
1
0

preventing stupid attacks

This commit is contained in:
2024-10-07 07:49:17 +02:00
parent c203d7cda1
commit 3afeb2f03b

View File

@@ -122,6 +122,8 @@ def courses_view(request):
except KeyError:
pass
except ValueError:
pass
ip = request.META.get('HTTP_X_REAL_IP', '1.1.1.1')