From c6e6f03bd03ede8225780bb8d8cfa02cdec668b4 Mon Sep 17 00:00:00 2001 From: Jay Logan Date: Wed, 26 Jun 2019 04:49:36 +0000 Subject: [PATCH] Clacks addition. .gitignore domain blocks list --- .gitignore | 1 + config/environments/production.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51e47bb52..e3007a149 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ yarn-debug.log # Ignore Docker option files docker-compose.override.yml +public/domain-blocks.txt diff --git a/config/environments/production.rb b/config/environments/production.rb index 7a07a8eb0..f74039078 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -101,7 +101,7 @@ Rails.application.configure do 'X-XSS-Protection' => '1; mode=block', 'Referrer-Policy' => 'same-origin', 'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload', - 'X-Clacks-Overhead' => 'GNU Natalie Nguyen' + 'X-Clacks-Overhead' => 'GNU Natalie Nguyen, Terry Pratchett, Chloe Sagal, Aaron Swartz, George Buzinkai' }