Skip to content

Commit 4bbc2c2

Browse files
committed
Add CSP meta tag
1 parent 8ca4240 commit 4bbc2c2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<!DOCTYPE html>
22
<html lang="it">
33
<head>
4-
<link rel="canonical" href="https://pescara.python.it" />
5-
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐬</text></svg>">
6-
<link rel="stylesheet" href="css/pico.min.2.0.6.css" />
4+
<title>Python Pescara</title>
75
<meta charset="utf-8" />
6+
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self' data:; child-src 'none'; style-src 'self' 'unsafe-inline'" />
87
<meta name="color-scheme" content="light dark" />
98
<meta name="description" content="Gruppo della comunità Python di Pescara e dintorni." />
109
<meta name="robots" content="index, follow" />
@@ -22,6 +21,9 @@
2221
<meta property="og:type" content="website" />
2322
<meta property="og:url" content="https://pescara.python.it" />
2423
<meta property="twitter:domain" content="pescara.python.it" />
24+
<link rel="canonical" href="https://pescara.python.it" />
25+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐬</text></svg>">
26+
<link rel="stylesheet" href="css/pico.min.2.0.6.css" />
2527
<script type="application/ld+json">
2628
{
2729
"@context": "http://schema.org",
@@ -43,7 +45,6 @@
4345
width: 15rem;
4446
}
4547
</style>
46-
<title>Python Pescara</title>
4748
</head>
4849
<body>
4950
<header>

0 commit comments

Comments
 (0)