From ec3712685d021794e2fb5e1df9dbf4354452933d Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sun, 17 Feb 2019 02:15:07 -0500 Subject: [PATCH] Improved security of web server. --- configManager.js | 6 ------ public/FriendsGraph.html | 3 +-- routes/api.js | 26 ++++++++++---------------- 3 files changed, 11 insertions(+), 24 deletions(-) diff --git a/configManager.js b/configManager.js index c77a328..8c48aa9 100644 --- a/configManager.js +++ b/configManager.js @@ -33,11 +33,5 @@ module.exports= getSessionSecret: function() { return config.sessionSecret; - }, - - getAPIUser: function() - { - return config.user; } - }; \ No newline at end of file diff --git a/public/FriendsGraph.html b/public/FriendsGraph.html index a9156bd..d845911 100644 --- a/public/FriendsGraph.html +++ b/public/FriendsGraph.html @@ -54,7 +54,7 @@
-

+


             
@@ -62,7 +62,6 @@
-