Bitcoin Forum

Bitcoin => Project Development => Topic started by: daddel69 on November 18, 2016, 10:05:35 PM



Title: Untitled dice disable HTTPS redirect
Post by: daddel69 on November 18, 2016, 10:05:35 PM
how can I disable the HTTPS redirect in my untitloed dice site? I dont have a SSL License. I cant find anything and on the Thread is nobody active. I need help fast. Changing in app.js wont help

Thanks a lot


Title: Re: Untitled dice disable HTTPS redirect
Post by: coinableS on November 19, 2016, 04:39:29 AM
Just comment out line 22 of app.js

https://github.com/untitled-dice/untitled-dice.github.io/blob/master/app.js#L21

Code:
//force_https_redirect: !isRunningLocally(),


Title: Re: Untitled dice disable HTTPS redirect
Post by: daddel69 on November 19, 2016, 08:54:29 PM
Just comment out line 22 of app.js

https://github.com/untitled-dice/untitled-dice.github.io/blob/master/app.js#L21

Code:
//force_https_redirect: !isRunningLocally(),
sill redirects