We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9074e commit 0fd53b1Copy full SHA for 0fd53b1
collectors/http.php
@@ -124,7 +124,14 @@ public function get_concerned_actions() {
124
public function get_concerned_filters() {
125
return array(
126
'block_local_requests',
127
+ 'http_allowed_safe_ports',
128
+ 'http_headers_useragent',
129
'http_request_args',
130
+ 'http_request_host_is_external',
131
+ 'http_request_redirection_count',
132
+ 'http_request_reject_unsafe_urls',
133
+ 'http_request_timeout',
134
+ 'http_request_version',
135
'http_response',
136
'https_local_ssl_verify',
137
'https_ssl_verify',
0 commit comments