diff --git a/index.html b/index.html
index 1736671..b770280 100644
--- a/index.html
+++ b/index.html
@@ -75,12 +75,12 @@
});
//Force Https
- (function forceHttps(){
- var ishttps = 'https:' == document.location.protocol ? true: false;
- if(ishttps == false){
- location.href = location.href.replace("http://", "https://");
- }
- })();
+ //(function forceHttps(){
+ // var ishttps = 'https:' == document.location.protocol ? true: false;
+ // if(ishttps == false){
+ // location.href = location.href.replace("http://", "https://");
+ // }
+ //})();