From 3374f50a5d01a1403fb217fad6faf61819353002 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 3 Feb 2013 12:23:37 +0000 Subject: [PATCH] Drop secret_token as we don't use it and it confuses people --- config/initializers/secret_token.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 config/initializers/secret_token.rb diff --git a/config/initializers/secret_token.rb b/config/initializers/secret_token.rb deleted file mode 100644 index 7d41cb641..000000000 --- a/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. -OpenStreetMap::Application.config.secret_token = '67881c9e6670d9b55b43885ea8eab34e32865ce436bdbde73e1967a11a26674906736de0aa1a0d24edf8ebcb653e1735413e6fd24e1201338e397d4a2392c614' -- 2.43.2