Skip to content

Commit eeae79b

Browse files
author
akira
committed
Default signature requirement off
1 parent 40fb989 commit eeae79b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Optional:
196196
- `RATE_LIMIT_MAX` (non-secret, optional)
197197
- Default: 60 (max hits per window, set 0 to disable).
198198
- `REQUIRE_SIGNATURE` (non-secret, optional)
199-
- Set to `1` to require signed canary URLs.
199+
- Default: 0. Set to `1` to require signed canary URLs.
200200
- `SIGNATURE_WINDOW_SECONDS` (non-secret, optional)
201201
- Default: 300 (allowed clock skew for `ts`, set 0 to disable window check).
202202

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ EXPORT_MAX_ITEMS = "1000"
1818
RATE_LIMIT_WINDOW_SECONDS = "60"
1919
RATE_LIMIT_MAX = "60"
2020
ALLOW_PUBLIC_EXPORT = "1"
21-
REQUIRE_SIGNATURE = "1"
21+
REQUIRE_SIGNATURE = "0"
2222
SIGNATURE_WINDOW_SECONDS = "300"

0 commit comments

Comments
 (0)