From a2669834a724ec3abb5599b648aaab8909712000 Mon Sep 17 00:00:00 2001 From: Dean Welch Date: Mon, 24 Jun 2024 15:45:58 +0100 Subject: [PATCH] Remove hardcoded secret --- spec/dummy/config/initializers/secret_token.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 spec/dummy/config/initializers/secret_token.rb diff --git a/spec/dummy/config/initializers/secret_token.rb b/spec/dummy/config/initializers/secret_token.rb deleted file mode 100644 index 2a3477b9..00000000 --- a/spec/dummy/config/initializers/secret_token.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -Dummy::Application.config.secret_token = '16a85a222f50e7c811e690a75a82762c72861d5c5afb50e89b490c4186f2f4e3cc95f6c94c8529b6cfd32e3705b71af18dcedb5445cdd9e1fd64c293c1fd92d6'