Chetan Mittalblog.railsforgedev.com·Nov 19, 2024Comprehensive Guide to Implementing Content Security Policies in Ruby on Rails 8Content Security Policy (CSP) is a critical security feature for modern web applications. It mitigates vulnerabilities such as Cross-Site Scripting (XSS) and data injection attacks by controlling which resources a web page can load or execute. With c...501 readsRuby
WavePlaywaveplay.hashnode.dev·Sep 17, 2024Patch Your Discord Activity’s Network Requests for Smooth CSP ComplianceWhen running a Discord Activity through Discord, you may encounter Content Security Policy (CSP) issues. You can fix these by making sure network requests follow Discord Proxy rules. This can be done manually... or you can let @robojs/patch handle it...Node.js
Sumir BrootaforBreachForcebreachforce.net·Jul 8, 2024Implementing a Secure Content Security Policy (CSP)Skip to TLDR Introduction Content Security Policy (CSP) provides mechanisms for websites to restrict content that browsers will be allowed to load. It is the holy grail for client side web application security. A strong policy can provide monumental ...58 readsCSP header
Kshitij Kakadekshitijkakade.hashnode.dev·Apr 1, 2024Understanding and Mitigating XSS Attacks in Web ApplicationsCross-site scripting (XSS) is a menacing threat to web application security, allowing attackers to inject malicious scripts into websites, potentially leading to data theft, session hijacking, and unauthorized activities. This blog post delves into t...1 likeFront-end Security
Rohanrohansblog.hashnode.dev·Jul 29, 2023Content security policy explained using FlaskIf you want to improve the security of your website, you can use a content security policy to help detect and mitigate certain types of attacks, including Cross-Site Scripting (XSS) and data injection attacks. Basically, a content security policy tel...42 readscontent security policy