Skip to content

Commit

Permalink
Merge pull request #115 from shettytejas/parameter_warning
Browse files Browse the repository at this point in the history
Unpermitting `subdomain`.
  • Loading branch information
lbeder authored Jan 21, 2024
2 parents c7de5c9 + 353bf69 commit d8bb2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/health_monitor/health_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def authenticate_with_basic_auth
end

def providers_params
params.except(:format).permit(providers: [])
params.except(:format, :subdomain).permit(providers: [])
end
end
end

0 comments on commit d8bb2a6

Please sign in to comment.