added Content-Security-Policy meta tag
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Security-Policy"
|
||||
content="default-src 'self' schwarzes-jena.de 'unsafe-inline'; connect-src cal.srsoftware.de; img-src *; font-src fonts.gstatic.com" />
|
||||
<meta charset="UTF-8" />
|
||||
<title>Schwarzes Jena: alternative Tanzveranstaltungen, Lesungen, Konzerte und düstere Zusammenkünfte</title>
|
||||
<script src="sj.js"></script>
|
||||
@@ -181,4 +183,4 @@
|
||||
document.addEventListener("DOMContentLoaded", load);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -100,6 +100,7 @@ footer{
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user