This commit is contained in:
Jonas 12t 2021-06-01 17:45:17 +04:00
parent ece230f504
commit 1819e3a3c4
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
"regexpRemoveFileExtension": "(.+?)(\\.[^.]*$|$)",
"api": {
"enabled": false,
"allow_all_domains": false,
"enabled": true,
"allow_all_domains": true,
"domains_whitelist": ["localhost","dodoc.3peaks.re"]
},