Console: Add Referrer-Policy header

This commit is contained in:
zzz
2016-12-23 12:35:41 +00:00
parent ffcd2d4517
commit f902a63144
15 changed files with 18 additions and 0 deletions

View File

@@ -196,6 +196,7 @@ public abstract class LocalHTTPServer {
tbook = book;
out.write(("HTTP/1.1 200 OK\r\n"+
"Content-Type: text/html; charset=UTF-8\r\n"+
"Referrer-Policy: no-referrer\r\n"+
"Connection: close\r\n"+
"Proxy-Connection: close\r\n"+
"\r\n"+