Skip to content

Commit

Permalink
🔒 Disabled unsafe settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiab77 committed Sep 15, 2020
1 parent bd6b4df commit adb57f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const process = require('process');
// Config
const documentRoot = '.';
const debugMode = false;
const enableDirectoryListing = true;
const enableUrlDecoding = true;
const enableDirectoryListing = false;
const enableUrlDecoding = false;
const hostname = process.env.NODE_WEB_HOST || '127.0.0.1';
const port = process.env.NODE_WEB_PORT || 8001;

Expand Down

0 comments on commit adb57f0

Please sign in to comment.