]> sjero.net Git - wget/blobdiff - src/options.h
Fix #22242: Option to allow auths before challenged.
[wget] / src / options.h
index 6af6033681db14b0e05faa2348a06d2ce331f329..a4fa2f0de8bd43841464c97726f66c438b1df45a 100644 (file)
@@ -234,6 +234,8 @@ struct options
                                   than one type is available */
   
   bool content_disposition;    /* Honor HTTP Content-Disposition header. */
+  bool auth_without_challenge;  /* Issue Basic authentication creds without
+                                   waiting for a challenge. */
 };
 
 extern struct options opt;