![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
(>^_^)b
Industry Role:
Join Date: Dec 2011
Posts: 7,223
|
"IE has modified this page to prevent cross site scripting"
Just saw this for the first time in IE on the bottom bar, turns out it's an option that's on by default in settings:
"IE has modified this page to prevent cross site scripting" ...Since when has XSS been that bad that a browser has to modify the page and how exactly does it modify the page? Also, how might it affect SEO? And would it be worth getting around with XSS evasion methods or by using iFrames or is it best to just put everything on the same server?.. ![]()
__________________
![]() I've referred over $1.7mil in spending this past year, you should join in. ![]() ![]() I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years.. ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Raise Your Weapon
Industry Role:
Join Date: Jun 2003
Location: Outback Australia
Posts: 15,601
|
This isn't a new feature in IE, it's existed for years.
XXS flaws can exist on the server side (such as websites or web applications) or on the DOM (Client) side. XSS problems have plagued IE over the years, there was a time new vulnerabilities in the browser were found every couple of weeks. An XSS vulnerability on a web site can affect SEO if the vulnerability is exploited and you end up with, for example, Pharma spam all over the site which you may not immediately be aware of because the core website looks the same but thousands of pages are indexed into Google. An XSS vulnerability on the client side shouldn't affect you unless the exploit targets a site run by you for some reason. One example was a problem on a news website whereby an XSS flaw in IE could be used to modify the equally vulnerable news site. The security of the web is largely based on a same origin policy, in other words the permissions provided by site A are independent of those provided by site B and the two shouldn't be allowed to interact - but XSS vulnerabilities defeat that assumption. There's a good but lengthy explanation here https://en.wikipedia.org/wiki/Cross-site_scripting Scroll down and read the Bob / Alice / Mallory examples for some idea of how XSS can affect sites and clients. |
![]() |
![]() ![]() ![]() ![]() ![]() |