Adding an option --safe-post

This commit is contained in:
Miroslav Stampar
2015-04-20 23:55:59 +02:00
parent 7517db76d1
commit 349dfbf2ae
5 changed files with 10 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ optDict = {
"retries": "integer",
"rParam": "string",
"safUrl": "string",
"safPost": "string",
"saFreq": "integer",
"skipUrlEncode": "boolean",
"csrfToken": "string",