Skip to content

Commit

Permalink
Merge pull request #469 from alphagov/enable-exceptions-on-open-redir…
Browse files Browse the repository at this point in the history
…ects

Enable exceptions on open redirects
  • Loading branch information
chrisroos authored Oct 17, 2023
2 parents 76e6b32 + 3065585 commit 239dadc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module AuthenticatingProxy
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
Rails.application.config.action_controller.raise_on_open_redirects = false

# Configuration for the application, engines, and railties goes here.
#
Expand Down

0 comments on commit 239dadc

Please sign in to comment.