1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-31 05:07:41 +01:00

fix: replace topic resource

* Update csrf-protection@J9yIXZTtwbFzH2u4dI1ep.md

@official@Security Guide page not found 404

* Update src/data/roadmaps/php/content/csrf-protection@J9yIXZTtwbFzH2u4dI1ep.md

---------

Co-authored-by: Arik Chakma <arikchangma@gmail.com>
This commit is contained in:
ZIT2050 2025-01-26 19:38:07 +01:00 committed by GitHub
parent 9a77ca8a17
commit de65909357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,4 +18,4 @@ if(isset($_POST['csrf']) && $_POST['csrf'] === $_SESSION['csrf']) {
Visit the following resources to learn more:
- [@official@Security Guide](https://php.net/manual/en/security.csrf.php)
- [@article@PHP Tutorial CSRF] (https://www.phptutorial.net/php-tutorial/php-csrf/)