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 40fb989 commit eeae79bCopy full SHA for eeae79b
2 files changed
README.md
@@ -196,7 +196,7 @@ Optional:
196
- `RATE_LIMIT_MAX` (non-secret, optional)
197
- Default: 60 (max hits per window, set 0 to disable).
198
- `REQUIRE_SIGNATURE` (non-secret, optional)
199
- - Set to `1` to require signed canary URLs.
+ - Default: 0. Set to `1` to require signed canary URLs.
200
- `SIGNATURE_WINDOW_SECONDS` (non-secret, optional)
201
- Default: 300 (allowed clock skew for `ts`, set 0 to disable window check).
202
wrangler.toml
@@ -18,5 +18,5 @@ EXPORT_MAX_ITEMS = "1000"
18
RATE_LIMIT_WINDOW_SECONDS = "60"
19
RATE_LIMIT_MAX = "60"
20
ALLOW_PUBLIC_EXPORT = "1"
21
-REQUIRE_SIGNATURE = "1"
+REQUIRE_SIGNATURE = "0"
22
SIGNATURE_WINDOW_SECONDS = "300"
0 commit comments