Remove 'unsafe-eval' rule from CSP

Not needed, and shouldn't be there
This commit is contained in:
Mcat12
2016-10-19 18:26:58 -04:00
parent 0951a9c6b5
commit 89104edd69
+1 -1
View File
@@ -8,7 +8,7 @@
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://api.github.com; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://api.github.com; script-src 'self'; style-src 'self' 'unsafe-inline'">
<title>Pi-hole Admin Console</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">