Commit d667cb15 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'add-help-link-to-protected-paths-settings' into 'master'

Add help link to protected paths settings

See merge request gitlab-org/gitlab!46442
parents 99563cee e3933ef6
...@@ -43,6 +43,10 @@ ...@@ -43,6 +43,10 @@
= expanded_by_default? ? _('Collapse') : _('Expand') = expanded_by_default? ? _('Collapse') : _('Expand')
%p %p
= _('Configure paths to be protected by Rack Attack.') = _('Configure paths to be protected by Rack Attack.')
.help-block
= _('These paths are protected for POST requests.')
= link_to _('More information'), help_page_path('security/rack_attack', anchor: 'protected-paths-throttle'), target: '_blank'
.settings-content .settings-content
= render 'protected_paths' = render 'protected_paths'
......
...@@ -26978,6 +26978,9 @@ msgstr "" ...@@ -26978,6 +26978,9 @@ msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr "" msgstr ""
msgid "These paths are protected for POST requests."
msgstr ""
msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment