joeygallegos / PythonMonitorScript

Monitor websites using a JSON object and a cronjob
0 stars 0 forks source link

Multiple errors for same endpoint should have different nonces #5

Open joeygallegos opened 9 months ago

joeygallegos commented 9 months ago

Each error (DOM content, status code mismatch) should have it's own nonce, since when we go to delete the screenshots it has a distinct nonce in the screenshot. At the end when we delete the screenshots, it currently tries to delete the same screenshot twice.