fix csp for ngaccount

pull/19/head
Niko PLP 1 year ago
parent d25248c6ab
commit 2165d257d8
  1. 2
      ngaccount/src/main.rs

@ -259,7 +259,7 @@ async fn main() -> anyhow::Result<()> {
headers.insert( headers.insert(
"Content-Security-Policy", "Content-Security-Policy",
HeaderValue::from_static( HeaderValue::from_static(
"default-src 'self' data:; connect-src ipc: https://ipc.localhost", "default-src 'self' data:; connect-src ipc: https://ipc.localhost 'self'",
), ),
); );

Loading…
Cancel
Save