feat: remove firefox extension

This commit is contained in:
2026-05-23 16:32:08 +02:00
parent 23246e2326
commit 767e056aad
8 changed files with 0 additions and 513 deletions

View File

@@ -32,9 +32,6 @@ func CORSMiddleware() gin.HandlerFunc {
}
func isAllowedOrigin(origin string) bool {
if strings.HasPrefix(origin, "moz-extension://") {
return true
}
if strings.HasPrefix(origin, "http://localhost:") || strings.HasPrefix(origin, "https://localhost:") {
return true
}