mirror of
https://github.com/projectdiscovery/nuclei
synced 2026-06-08 16:50:47 +00:00
docs: update syntax & JSON schema 🤖
This commit is contained in:
@@ -1501,6 +1501,21 @@ This can be used in conjunction with `max-redirects` to control the HTTP request
|
||||
|
||||
<div class="dd">
|
||||
|
||||
<code>protocol-redirects</code> <i>bool</i>
|
||||
|
||||
</div>
|
||||
<div class="dt">
|
||||
|
||||
ProtocolRedirects specifies whether only redirects within the same protocol should be followed.
|
||||
|
||||
When set to true with redirects enabled, cross-protocol redirects (e.g. HTTP to HTTPS) will be blocked.
|
||||
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
<div class="dd">
|
||||
|
||||
<code>pipeline</code> <i>bool</i>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -865,6 +865,11 @@
|
||||
"title": "follow same host http redirects",
|
||||
"description": "Specifies whether redirects to the same host should be followed by the HTTP Client"
|
||||
},
|
||||
"protocol-redirects": {
|
||||
"type": "boolean",
|
||||
"title": "follow same protocol http redirects",
|
||||
"description": "Specifies whether only same-protocol redirects should be followed by the HTTP Client"
|
||||
},
|
||||
"pipeline": {
|
||||
"type": "boolean",
|
||||
"title": "perform HTTP 1.1 pipelining",
|
||||
|
||||
Reference in New Issue
Block a user