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' }