chore: Domain auf monitor.aegis-sight.de migrieren und Claude-Pfad aktualisieren
CORS-Origin und Magic-Link-URL von osint.intelsight.de auf monitor.aegis-sight.de umgestellt. Claude CLI Pfad auf /usr/bin/claude aktualisiert. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -318,7 +318,7 @@ if DEV_MODE:
|
||||
# CORS
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
allow_origins=["https://osint.intelsight.de"],
|
||||
allow_origins=["https://monitor.aegis-sight.de"],
|
||||
allow_credentials=True,
|
||||
allow_methods=["GET", "POST", "PUT", "DELETE"],
|
||||
allow_headers=["Authorization", "Content-Type"],
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren