Main public logs

Jump to navigation Jump to search

Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:25, 18 September 2025 Iwiseman talk contribs created page Web Security (Created page with "=Introduction= This page is to list all things around Web Security == 1. CSRF (Cross-Site Request Forgery) == '''Definition''': A malicious site tricks a user's browser into sending authenticated requests to your server. '''Threat Model''': * Exploits cookie-based sessions * Common in form submissions and state-changing requests '''Defense Strategies''': * Synchronizer token pattern * Double-submit cookie validation * SameSite cookie attributes '''Tapir Notes''': * U...")