GetSimple Support Forum

Full Version: SA X-XSS off Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
SA X-XSS off
Disables Client XSS Filters

Version: 1.0
Compatibility: 3.1
Plugin Type: Backend
Active On: edit.php
Description: Sends header to disable client based XSS protection


Webkit browsers have a filter that is made to prevent reflected XSS attacks.
But these filters have bugs and false positives sometimes and prevent your edit scripts from loading.

This plugin sends a header back that tells the browser to not use these filters on the edit pages, thereby preventing issues.

Download from Extend
FYI
Google has fixed my original bug report for this issue with the latest version of chromium. v18.

The plugin may still be still helpful in other instances however.