Skip to content

Commit

Permalink
Fixes #37843 - explicitly call HTTP proxies that, not just "proxy"
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 19, 2024
1 parent 92e7ae9 commit 4a919ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/f_foreman_settings_general.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
full_name: N_('Login page footer text'))
setting('http_proxy',
type: :string,
description: N_('Set a proxy for all outgoing HTTP(S) connections from Foreman. System-wide proxies must be configured at the operating system level.'),
description: N_('Set an HTTP(s) proxy for all outgoing HTTP(S) connections from Foreman. System-wide proxies must be configured at the operating system level.'),
default: nil,
full_name: N_('HTTP(S) proxy'))
validates(:http_proxy, { http_url: { allow_blank: true } })
Expand Down

0 comments on commit 4a919ff

Please sign in to comment.