removed CSP tag from shortenerproxy.php

This commit is contained in:
Karthik Kasturi
2025-09-11 18:17:30 +01:00
parent 191ed63b04
commit 24afa5a1d8
4 changed files with 2 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ use PrivateBin\I18n;
<html lang="<?php echo I18n::getLanguage(); ?>"<?php echo I18n::isRtl() ? ' dir="rtl"' : ''; ?>>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" content="<?php echo I18n::encode($CSPHEADER); ?>">
<meta name="robots" content="noindex" />
<meta name="google" content="notranslate">
<title><?php echo I18n::_($NAME); ?></title>