nico3333fr / CSP-useful

Collection of scripts, thoughts about CSP (Content Security Policy)
MIT License
487 stars 59 forks source link

CSP violation parser script that uses PDO #63

Closed D9ping closed 6 years ago

D9ping commented 6 years ago

A rewrite from the csp-parser-with-database.php script to uses PDO with prepare statements instead of the MySQLi extension.

nico3333fr commented 6 years ago

Thanks a lot 👍