diff --git a/ngaccount/src/main.rs b/ngaccount/src/main.rs index addfa06..1a682a7 100644 --- a/ngaccount/src/main.rs +++ b/ngaccount/src/main.rs @@ -259,7 +259,7 @@ async fn main() -> anyhow::Result<()> { headers.insert( "Content-Security-Policy", HeaderValue::from_static( - "default-src 'self' data:; connect-src ipc: https://ipc.localhost", + "default-src 'self' data:; connect-src ipc: https://ipc.localhost 'self'", ), );