feat: expand whitelist for secure redirects

Add telesco.pe to targetWhitelist to enhance security and allow for additional trusted redirect destinations.
This commit is contained in:
ccbikai
2024-08-09 08:32:41 +08:00
parent 5adc053b7c
commit 4f9a403c90

View File

@@ -4,6 +4,7 @@ const targetWhitelist = [
'telegram.me',
'telegram.dog',
'cdn-telegram.org',
'telesco.pe',
]
export const prerender = false