From 6f314fafebf99079721aa7928aa02d9be76f50b6 Mon Sep 17 00:00:00 2001 From: fortuna Date: Thu, 28 Jun 2018 18:12:38 -0400 Subject: [PATCH] Remove obsolete comment --- src/server_manager/electron_app/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/server_manager/electron_app/index.ts b/src/server_manager/electron_app/index.ts index 0b10b56ad..1334282dc 100644 --- a/src/server_manager/electron_app/index.ts +++ b/src/server_manager/electron_app/index.ts @@ -132,8 +132,7 @@ function main() { // Register a custom protocol so we can use absolute paths in the web app. // This also acts as a kind of chroot for the web app, so it cannot access - // the user's filesystem (important for the DigitalOcean pages we customise). - // Hostnames are ignored. + // the user's filesystem. Hostnames are ignored. electron.protocol.registerFileProtocol( 'outline', (request, callback) => {