url_windows - Add not around no redirection for auth headers (#68791)

This commit is contained in:
Jordan Borean 2020-04-10 01:46:54 +10:00 committed by GitHub
parent 43270332e7
commit 780067e6a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,8 @@ options:
- C(safe) will follow only "safe" redirects, where "safe" means that the
client is only doing a C(GET) or C(HEAD) on the URI to which it is being
redirected.
- When following a redirected URL, the C(Authorization) header and any
credentials set will be dropped and not redirected.
choices:
- all
- none