Skip to content

Commit 92cfb55

Browse files
committed
Stricter login.html csp policy
1 parent b64906b commit 92cfb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<head>
33
<meta charset="utf-8">
4-
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'none'; style-src 'self'; img-src data: 'self'; object-src 'none'">
4+
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; style-src 'self'; img-src data: 'self'">
55
<title>Login</title>
66
<link rel="stylesheet" type="text/css" href="assets/css/style.login.css" />
77
<link href="assets/images/favicon.png" rel="shortcut icon" type="image/png">

0 commit comments

Comments
 (0)