Remove about page from defaults and add XXX for future pages

This commit is contained in:
David Benqué 2020-10-30 14:29:15 +00:00
parent 3f67cb05ef
commit 66d434b583
1 changed files with 1 additions and 2 deletions

View File

@ -50,13 +50,12 @@ Default.httpHeaders = function () {
"Access-Control-Allow-Origin": "*",
};
};
// XXX check here for any deleted pages
Default.mainPages = function () {
return [
'index',
'privacy',
'terms',
'about',
'contact',
'what-is-cryptpad',
'features',