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": "*", "Access-Control-Allow-Origin": "*",
}; };
}; };
// XXX check here for any deleted pages
Default.mainPages = function () { Default.mainPages = function () {
return [ return [
'index', 'index',
'privacy', 'privacy',
'terms', 'terms',
'about',
'contact', 'contact',
'what-is-cryptpad', 'what-is-cryptpad',
'features', 'features',

Loading…
Cancel
Save