Open arthurdarcet opened 5 years ago
This handles:
Using eval on server side for this type of logic is overkill. It can lead to exploits, allowing not only the use of new Date(), but also file I/O and SSRF.
new Date()
Here's an example.
This handles: