Skip to content

Commit

Permalink
whitelist ngrok-free.app domain in config.hosts (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallaliberte authored Mar 1, 2024
1 parent c0587fa commit f297943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@

# whitelist ngrok domains.
config.hosts << /[a-z0-9-]+\.ngrok\.io/
config.hosts << /[a-z0-9-]+\.ngrok-free\.app/

config.action_mailer.delivery_method = :letter_opener
config.active_job.queue_adapter = :sidekiq
Expand Down

0 comments on commit f297943

Please sign in to comment.