mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Improve authentication comments in template linkcheckerrc
This commit is contained in:
parent
2f51a9dca0
commit
a972150854
1 changed files with 7 additions and 5 deletions
|
|
@ -212,15 +212,17 @@
|
|||
# ^https?://www\.example\.com/~calvin/ calvin mypass
|
||||
# ^ftp://www\.example\.com/secret/ calvin
|
||||
|
||||
# if the website requires a login the URL and optionally the user and
|
||||
# password CGI fieldnames can be provided.
|
||||
# if the website requires a login via a page with an HTML form the URL of the
|
||||
# page and optionally the username and password input element name attributes
|
||||
# can be provided.
|
||||
#loginurl=http://www.example.com/
|
||||
|
||||
# The name of the user and password CGI field
|
||||
# The name attributes of the username and password HTML input elements
|
||||
#loginuserfield=login
|
||||
#loginpasswordfield=password
|
||||
# Optionally any additional CGI name/value pairs. Note that the default
|
||||
# values are submitted automatically.
|
||||
# Optionally the name attributes of any additional input elements and the values
|
||||
# to populate them with. Note that these are submitted without checking
|
||||
# whether matching input elements exist in the HTML form.
|
||||
#loginextrafields=
|
||||
# name1:value1
|
||||
# name 2:value 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue