Tag: web security
-
Cyber Attack : CFRS
Cross-Site Request Forgery (CSRF) is a cyberattack that exploits the trust a web application has in a user’s browser. Also known as a “one-click attack” or “session riding,” CSRF tricks authenticated users into performing unintended actions on a web application without their knowledge or consent. These attacks can lead to unauthorized data changes, account modifications,…
-
HTML : Content Security Policies (CSP)
Web security has become a fundamental concern for developers, especially with the growing threat of Cross-Site Scripting (XSS) attacks and other vulnerabilities. One of the most effective tools to mitigate these threats is the Content Security Policy (CSP). CSP is a powerful security feature embedded in HTML headers or <meta> tags that defines which resources…