[Update: User error] Flood control is somehow being bypassed by the same IP #3773
Closed
joehmphack
started this conversation in
General
Replies: 1 comment 4 replies
-
Authenticated users are not throttled in private mode: Lines 640 to 644 in 395dabe |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 'YOURLS_FLOOD_DELAY_SECONDS' set to 30 seconds and when I test it myself, it correctly detects flooding and prevents creation. However, I'm seeing in the admin interface a single IP has created entries that are much less than 30 seconds apart. I know the IP can be spoofed to bypass flood control, but that's not the case because the same IP is being stored for the links that are created a few seconds apart.
How could this be? Is there some API/backend/bypass method I've unknowingly left accessible that does not check for flooding?
Beta Was this translation helpful? Give feedback.
All reactions