ip spoofing check

This commit is contained in:
Dylan Knutson
2025-07-23 03:31:25 +00:00
parent a3d1fd7b82
commit 7134d20d71
2 changed files with 3 additions and 1 deletions

View File

@@ -34,5 +34,7 @@ module ReduxScraper
# in config/environments, which are processed later.
#
config.time_zone = "Pacific Time (US & Canada)"
config.action_dispatch.ip_spoofing_check = true
end
end