We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677c6f1 commit a1b0165Copy full SHA for a1b0165
findthatpostcode/limiter.py
@@ -5,7 +5,7 @@
5
from flask_limiter.util import get_remote_address
6
7
RATE_LIMIT_EXEMPT_HEADER = "X-RateLimit-Exempt"
8
-RATE_LIMIT_EXEMPT_KEYS = os.environ.get("RATE_LIMIT_EXEMPT_KEYS", "").split(";")
+RATE_LIMIT_EXEMPT_KEYS = os.environ.get("RATE_LIMIT_EXEMPT_KEYS", "").split(",")
9
10
11
def exempt_if_header():
0 commit comments