Update manifest.json
Change OAUTHLIB_INSECURE_TRANSPORT type to int
This commit is contained in:
@@ -112,7 +112,7 @@
|
|||||||
"default": "8000"
|
"default": "8000"
|
||||||
},
|
},
|
||||||
"OAUTHLIB_INSECURE_TRANSPORT": {
|
"OAUTHLIB_INSECURE_TRANSPORT": {
|
||||||
"type": "string",
|
"type": "int",
|
||||||
"title": "OAuth Insecure Transport",
|
"title": "OAuth Insecure Transport",
|
||||||
"description": "Allow OAuth over HTTP for development (set to '1' for development only)",
|
"description": "Allow OAuth over HTTP for development (set to '1' for development only)",
|
||||||
"required": false,
|
"required": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user