]> git.openstreetmap.org Git - rails.git/commit
Fix the Redirect warnings from Brakeman
authorTom Hughes <tom@compton.nu>
Wed, 22 Jul 2020 18:13:19 +0000 (19:13 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 22 Jul 2020 18:23:46 +0000 (19:23 +0100)
commitd4130bcac83015564f0326457f2bb67d1b5ebab6
tree525fe59fece6149b024d83d88579e3ac8c3da833
parent86428201ddda4963855f01e768fb1e1813a7c86a
Fix the Redirect warnings from Brakeman

Unfortunately I've had to leave the check disabed as Brakeman
can't see inside the safe_referer method so doesn't realise that
it is cleaning the referer.
app/controllers/application_controller.rb
app/controllers/friendships_controller.rb
app/controllers/messages_controller.rb
app/controllers/site_controller.rb
app/controllers/users_controller.rb