fix(websub): validate callback URL (HTTPS), fix domain regex, enforce secret length

This commit is contained in:
Julien Herr
2026-05-21 23:01:20 +02:00
parent ee4b9d8fdc
commit 4165774667
2 changed files with 24 additions and 3 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2021",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"lib": ["ES2020"],
"lib": ["ES2021"],
"types": ["@cloudflare/workers-types"],
"outDir": "dist",
"noEmit": true,