mandatoryprogrammer / xsshunter-express

An easy-to-setup version of XSS Hunter. Sets up in five minutes and requires no maintenance!
MIT License
1.64k stars 320 forks source link

Add an env variable to disable SSL #4

Open B-i-t-K opened 3 years ago

B-i-t-K commented 3 years ago

I've added a new env variable to disable SSL This is usefull if you already have a reverse proxy on front. I was in the same setting as issue #1

Possible update: Maybe adding an other variable to keep the secure flag on cookies.

secure: process.env.SSL_ENABLE === 'true'

rsrdesarrollo commented 9 months ago

Hi, will this PR be merged any time soon?