commit 8d1551239f1a6e76bc2801df54efeac503e8f998 Author: hiro hiro@torproject.org Date: Fri Apr 5 00:26:44 2019 +0200
Update to script in line --- templates/meta.html | 1 + 1 file changed, 1 insertion(+)
diff --git a/templates/meta.html b/templates/meta.html index a86eb82..ddbd810 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -11,6 +11,7 @@ <meta property="og:title" content="{{ _('The Tor Project | Privacy & Freedom Online') }}" /> <meta property="og:description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }}" /> <meta property="og:image" content="https://www.torproject.org/static/images/tor-project-logo-onions.png" /> +<meta http-equiv="Content-Security-Policy" content="script-src 'sha256-FqLmSOREzRHwnNg/O6ZAfzLKaIPr6c5coXumA9M00Hg='"> <link rel="stylesheet" href="{{ '/static/bootstrap.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/fonts/open-iconic/font/css/open-iconic-bootstrap.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/all.min.css'|asseturl }}" rel="stylesheet">
tor-commits@lists.torproject.org