The `--disable-web-security` command is seems no longer working Understanding the Issues with the disable web security Command In the world of web development and testing the disable web security flag has long been a staple 3 min read 08-10-2024 5
Puppeteer: another way of getting contents of an iframe besides disable-web-security? Puppeteer Beyond disable web security for Scraping Iframes Scraping data from iframes can be a tricky business especially when those iframes are hosted on a dif 2 min read 06-10-2024 10
Why is CSRF protection needed for connecting to websockets if Spring Security implements Same Origin Policy at server level? Understanding CSRF Protection for Web Sockets in Spring Security In today s digital landscape security is paramount especially when it comes to web applications 3 min read 22-09-2024 22
How to iframe a Google Script web app taking into account the x-frame-options? How to Iframe a Google Script Web App While Considering X Frame Options Understanding the Issue When attempting to embed a Google Apps Script web app in an ifra 2 min read 21-09-2024 19
Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. ((Django cors headers, S3 cors policy)) Understanding Cross Origin Frame Blocking in Django and S3 CORS Policies Introduction Web developers often face issues with Cross Origin Resource Sharing CORS w 3 min read 21-09-2024 17
Does a proper CORS setup prevent CSRF attack? Does a Proper CORS Setup Prevent CSRF Attacks Cross Site Request Forgery CSRF is a common web security vulnerability that allows attackers to trick unsuspecting 2 min read 06-09-2024 26