<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic XSS and IE8 - a common problem and its solution in News and Announcements</title>
    <link>https://community.developer.cybersource.com/t5/News-and-Announcements/XSS-and-IE8-a-common-problem-and-its-solution/m-p/5946#M52</link>
    <description>&lt;P&gt;When IE8 was released, they added a new XSS (Cross-Site Scripting) filter which is turned on for all users by default. The purpose of the filter is to detect and mitigate a cross-site scripting (XSS) attack. Cross-site scripting attacks occur when a website, generally malicious, adds JScript to otherwise legitimate requests to another website. You can read more about it at &lt;A rel="nofollow" href="http://msdn.microsoft.com/en-us/library/dd565647%28VS.85%29.aspx" target="_self"&gt;http://msdn.microsoft.com/en-us/library/dd565647%28VS.85%29.aspx&lt;/A&gt;. &lt;BR /&gt;&lt;BR /&gt;To prevent triggering the filter, you should avoid putting script into any of the form fields that you submit to avoid this issue with IE8. This includes &amp;lt;script&amp;gt; tags or &amp;lt;script&amp;gt; tags plus other ways of injecting script on to the page. This also includes the &amp;lt;link rel="stylesheet" type="text/css" href="https://server/our.css"&amp;gt; tag, as Microsoft considers it to be a potential XSS attack. &lt;BR /&gt;&lt;BR /&gt;Basically you can't put &amp;lt;script&amp;gt; tags or &amp;lt;link to stylesheet&amp;gt; tags or &amp;lt;style&amp;gt; tags in your code at all, or you'll receive the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2010 20:53:39 GMT</pubDate>
    <dc:creator>Michelle</dc:creator>
    <dc:date>2010-09-30T20:53:39Z</dc:date>
    <item>
      <title>XSS and IE8 - a common problem and its solution</title>
      <link>https://community.developer.cybersource.com/t5/News-and-Announcements/XSS-and-IE8-a-common-problem-and-its-solution/m-p/5946#M52</link>
      <description>&lt;P&gt;When IE8 was released, they added a new XSS (Cross-Site Scripting) filter which is turned on for all users by default. The purpose of the filter is to detect and mitigate a cross-site scripting (XSS) attack. Cross-site scripting attacks occur when a website, generally malicious, adds JScript to otherwise legitimate requests to another website. You can read more about it at &lt;A rel="nofollow" href="http://msdn.microsoft.com/en-us/library/dd565647%28VS.85%29.aspx" target="_self"&gt;http://msdn.microsoft.com/en-us/library/dd565647%28VS.85%29.aspx&lt;/A&gt;. &lt;BR /&gt;&lt;BR /&gt;To prevent triggering the filter, you should avoid putting script into any of the form fields that you submit to avoid this issue with IE8. This includes &amp;lt;script&amp;gt; tags or &amp;lt;script&amp;gt; tags plus other ways of injecting script on to the page. This also includes the &amp;lt;link rel="stylesheet" type="text/css" href="https://server/our.css"&amp;gt; tag, as Microsoft considers it to be a potential XSS attack. &lt;BR /&gt;&lt;BR /&gt;Basically you can't put &amp;lt;script&amp;gt; tags or &amp;lt;link to stylesheet&amp;gt; tags or &amp;lt;style&amp;gt; tags in your code at all, or you'll receive the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2010 20:53:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/News-and-Announcements/XSS-and-IE8-a-common-problem-and-its-solution/m-p/5946#M52</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2010-09-30T20:53:39Z</dc:date>
    </item>
  </channel>
</rss>

