mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
profiles: remove unnecessary Content-Security-Policy
CSP header is being provided by ansible script for production so remove the temporary header inside the page.
This commit is contained in:
committed by
Vincent Breitmoser
parent
42372f27cb
commit
29018f024d
1
dist/templates/found-profile.html.hbs
vendored
1
dist/templates/found-profile.html.hbs
vendored
@@ -5,7 +5,6 @@
|
||||
<link rel="stylesheet" href="/assets/site.css?v=19" type="text/css"/>
|
||||
<link rel="alternate" href="/atom.xml" type="application/atom+xml" title="keys.openpgp.org newsfeed" />
|
||||
<title>keys.openpgp.org</title>
|
||||
<meta http-equiv="Content-Security-Policy" content="connect-src https:; img-src https://www.gravatar.com 'self'; default-src 'self'">
|
||||
</head>
|
||||
<body lang="{{lang}}">
|
||||
<div class="card">
|
||||
|
Reference in New Issue
Block a user