Remove about page from defaults and add XXX for future pages

pull/1/head
David Benqué 4 years ago
parent 3f67cb05ef
commit 66d434b583

@ -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',

Loading…
Cancel
Save