mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 18:05:19 -04:00
Added TAG_SEPARATORS option to supply a regex of characters to use when splitting tags
This commit is contained in:
parent
745f6573c1
commit
049f88def9
3 changed files with 10 additions and 3 deletions
|
@ -79,6 +79,7 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = {
|
|||
'URL_BLACKLIST': {'type': str, 'default': r'\.(css|js|otf|ttf|woff|woff2|gstatic\.com|googleapis\.com/css)(\?.*)?$'}, # to avoid downloading code assets as their own pages
|
||||
'URL_WHITELIST': {'type': str, 'default': None},
|
||||
'ENFORCE_ATOMIC_WRITES': {'type': bool, 'default': True},
|
||||
'TAG_SEPARATORS': {'type': str, 'default': '[,]'},
|
||||
},
|
||||
|
||||
'SERVER_CONFIG': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue