feat: update desktop self referer matches

This commit is contained in:
DIYgod 2025-03-28 16:46:34 +08:00
parent 879d6dfa28
commit fef757b95f
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ const buildSafeHeaders = createBuildSafeHeaders(env.VITE_WEB_URL, [
env.VITE_OPENPANEL_API_URL || "",
IMAGE_PROXY_URL,
env.VITE_API_URL,
"https://firebase.googleapis.com",
"https://firebaseinstallations.googleapis.com",
"https://www.googletagmanager.com",
"https://www.google-analytics.com",
])
function bootstrap() {