Fixed oxidized url setting validator (#10766)

* Fix oxidized url setting validator

* Update config_definitions.json
This commit is contained in:
Jellyfrog
2019-11-05 21:40:29 +00:00
committed by Neil Lathwood
parent 717ecd4125
commit a2644e6495
+1 -2
View File
@@ -3507,13 +3507,12 @@
"type": "boolean"
},
"oxidized.url": {
"default": false,
"group": "external",
"section": "oxidized",
"order": 1,
"type": "text",
"validate": {
"value": "regex:/^[a-zA-Z0-9]{1,5}://.*$/"
"value": "url"
}
},
"page_refresh": {