An intentionally insecure webapp for security trainings written entirely in Javascript.
bkimminich on develop
Make error expectation less spe… (compare)
bkimminich on develop
Make sure numbers passed into s… (compare)
94.8%94.8%bkimminich on develop
Revert unit test type changes (compare)
bkimminich on l10n_develop
New translations en.json (Arabi… (compare)
bkimminich on develop
Fix type errors in unit tests (compare)
NODE_ENV=ctf and optionally pass in the used CTF_KEY if you don't use the default.
I did the following test in console in my browser:
a=new Date
Date 2019-03-08T15:00:04.351Z
a.setHours(0,0,0,0)
1551996000000
a=a.getTime()
1551996000000
And I can only get value 1551996000000 but in your source code the value is 15519996e5. They can never be equal. And I don't think it's because of timezone, but really get stuck here