Skip to content

Commit

Permalink
feat: expand whitelist for secure redirects
Browse files Browse the repository at this point in the history
Add telesco.pe to targetWhitelist to enhance security and allow for additional trusted redirect destinations.
  • Loading branch information
ccbikai committed Aug 9, 2024
1 parent 5adc053 commit 4f9a403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/static/[...url].js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const targetWhitelist = [
'telegram.me',
'telegram.dog',
'cdn-telegram.org',
'telesco.pe',
]

export const prerender = false
Expand Down

0 comments on commit 4f9a403

Please sign in to comment.