commit 2c9b200a176a63dc029ee841f604e6fafe322682 Author: hiro hiro@torproject.org Date: Fri Apr 5 00:48:24 2019 +0200
Update to script in line --- templates/meta.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/templates/meta.html b/templates/meta.html index d87b415..ff32484 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -1,8 +1,7 @@ <!doctype html> <html xmlns="http://www.w3.org/1999/xhtml" {% if bag('alternatives', this.alt, 'direction') == 'text-right' %}dir="rtl"{% endif %}> <meta charset="utf-8"> -<meta http-equiv="Content-Security-Policy" content="script-src 'self' https://torproject.org 'sha256-FqLmSOREzRHwnNg/O6ZAfzLKaIPr6c5coXumA9M00Hg='"> -<meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-inline'"> +<meta http-equiv="Content-Security-Policy" content="base-uri 'self'"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }}"> <meta name="twitter:card" content="summary" />
tor-commits@lists.torproject.org