I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 678c035f authored by zzz's avatar zzz
Browse files

Proxy: Fix CSP for conflict error page

parent ccb4210f
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ Proxy-Connection: close ...@@ -7,7 +7,7 @@ Proxy-Connection: close
X-XSS-Protection: 1; mode=block X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer Referrer-Policy: no-referrer
Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' http://proxy.i2p; form-action 'self' http://proxy.i2p; frame-ancestors 'self' http://127.0.0.1:7657/; img-src http://proxy.i2p Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' http://proxy.i2p; form-action 'self' http://proxy.i2p; frame-ancestors 'self' http://127.0.0.1:7657/; img-src http://proxy.i2p http://127.0.0.1:7657/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head> <html><head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment