Added disallow_regexes to settings.json.example related to #93

This commit is contained in:
Frisk 2020-07-01 16:36:09 +02:00
parent ec980ebd04
commit de8d0155d9
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

@ -25,6 +25,7 @@
"license_detection": true,
"license_regex_detect": "\\{\\{(license|lizenz|licence|copyright)",
"license_regex": "\\{\\{(license|lizenz|licence|copyright)(\\ |\\|)(?P<license>.*?)\\}\\}",
"disallow_regexes": [],
"wiki_bot_login": "",
"wiki_bot_password": "",
"show_added_categories": true,