Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Jun 28, 2018
1 parent 7403af6 commit 6f314fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/server_manager/electron_app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 6f314fa

Please sign in to comment.