Remove about page from defaults and add XXX for future pages
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…
Reference in New Issue