Add onion location

This commit is contained in:
Cadence Ember
2020-06-19 17:45:51 +12:00
parent 64ab9cfcee
commit a13daa7ced
7 changed files with 22 additions and 10 deletions

View File

@@ -22,7 +22,8 @@ const pinski = new Pinski({
"Feature-Policy": deniedFeatures.map(feature => `${feature} 'none'`).join("; "),
"Referrer-Policy": "strict-origin",
"X-Content-Type-Options": "nosniff"
}
},
onionLocation: constants.onion_location
})
subdirs("pug", async (err, dirs) => {