<?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 Re: SIM x_header_html broken with IE8 &amp;amp; IE9 XSS filter in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22731#M12277</link>
    <description>&lt;P&gt;From the documentation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;x_header_html_payment_form&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;The hosted payment form header, Plain text or HTML. Avoid using double quotes.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;The text or HTML submitted in this field is displayed as the header on the hosted payment form. &lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;When using HTML styles or referencing a cascading style sheet (.css), it is recommended that you submit this field with the HTML Form POST. With this method there is no character limit.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the context of it mentioning referencing a CSS file, it seems that this is in fact the page header, and as such you can put in a meta tag.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2012 05:58:55 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2012-02-07T05:58:55Z</dc:date>
    <item>
      <title>SIM x_header_html broken with IE8 &amp; IE9 XSS filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22699#M12261</link>
      <description>&lt;P&gt;I still have the same problem as the people in the following post from August 2010.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/SIM-x-header-html-xx-broken-with-IE8-XSS-filter/m-p/4748"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/SIM-x-header-html-xx-broken-with-IE8-XSS-filter/m-p/4748&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't find any place telling it's solved?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any work around?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 20:21:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22699#M12261</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-06T20:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: SIM x_header_html broken with IE8 &amp; IE9 XSS filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22713#M12268</link>
      <description>&lt;P&gt;Does adding this change anything? It's a meta tag IE added at some point that tells the browser to render for an earlier version, that way they don't need to bother updating their lousy browser. I know it works for rendering, what I don't know is if it affects how security is interpreted as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;&lt;SPAN&gt;meta&lt;/SPAN&gt;&lt;SPAN&gt; http-equiv&lt;/SPAN&gt;=&lt;SPAN&gt;"X-UA-Compatible" &lt;/SPAN&gt;&lt;SPAN&gt;content&lt;/SPAN&gt;=&lt;SPAN&gt;"IE=7"&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Feb 2012 05:18:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22713#M12268</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-07T05:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: SIM x_header_html broken with IE8 &amp; IE9 XSS filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22719#M12271</link>
      <description>&lt;P&gt;According the link above, the header is limited to 255 chars.&lt;/P&gt;&lt;P&gt;But, there must be some other limitations, because I have this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;input type="hidden" name="x_header_html_payment_form" value="&amp;lt;link rel=stylesheet type=text/css href=&lt;A target="_blank" href="https://xxxxxxx.xxxxxxxxxxx.xxx/xxx/authnet.css"&gt;https://xxxxxxx.xxxxxxxxxxx.xxx/xxx/authnet.css&lt;/A&gt;&amp;gt;&amp;lt;/style&amp;gt;"&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and css file has only one line&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;.Page{background-color: red; }&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;and "&lt;EM&gt;IE has modified this page to help prevent cross-site scripting&lt;/EM&gt;" even everything is 138 chars long.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;input type="hidden" name="x_header_html_payment_form" value="&amp;lt;style type=text/css media=screen&amp;gt;body{background-image:url(&lt;A target="_blank" href="https://xxxxxxx.xxxxxxxxxxx.xxx/xxx/bg.jpg);background-repeat:repeat-x;}"&gt;https://xxxxxxx.xxxxxxxxxxx.xxx/xxx/bg.jpg);background-repeat:repeat-x;}&lt;/A&gt;&amp;lt;/style&amp;gt;"&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;also doesn't work, but&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;input type="hidden" name="x_header_html_payment_form" value="&amp;lt;style type=text/css media=screen&amp;gt;.Page{background:#fff;width:776px;}&amp;lt;/style&amp;gt;"&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;does work fine in IE.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 05:33:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22719#M12271</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-07T05:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: SIM x_header_html broken with IE8 &amp; IE9 XSS filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22725#M12274</link>
      <description>&lt;P&gt;@TJ&lt;/P&gt;&lt;P&gt;How am I going to add meta-tag? Also as a part of the value of &amp;nbsp;x_header_payment_form?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 05:35:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22725#M12274</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-07T05:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: SIM x_header_html broken with IE8 &amp; IE9 XSS filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22731#M12277</link>
      <description>&lt;P&gt;From the documentation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;x_header_html_payment_form&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;The hosted payment form header, Plain text or HTML. Avoid using double quotes.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;The text or HTML submitted in this field is displayed as the header on the hosted payment form. &lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;When using HTML styles or referencing a cascading style sheet (.css), it is recommended that you submit this field with the HTML Form POST. With this method there is no character limit.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the context of it mentioning referencing a CSS file, it seems that this is in fact the page header, and as such you can put in a meta tag.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 05:58:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22731#M12277</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-07T05:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: SIM x_header_html broken with IE8 &amp; IE9 XSS filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22741#M12281</link>
      <description>&lt;P&gt;Thanks TJ&lt;/P&gt;&lt;P&gt;:-)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 14:10:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22741#M12281</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-07T14:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: SIM x_header_html broken with IE8 &amp; IE9 XSS filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22755#M12288</link>
      <description>&lt;P&gt;Did it work?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 15:16:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22755#M12288</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-07T15:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: SIM x_header_html broken with IE8 &amp; IE9 XSS filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22767#M12294</link>
      <description>&lt;P&gt;meta tag didn't.&lt;/P&gt;&lt;P&gt;background image didn't work either.&lt;/P&gt;&lt;P&gt;but shortening x_header and switching logo from x_header to x_logo helped a lot...&lt;/P&gt;&lt;P&gt;and you made me to read Guide a little bit more patiently and detailed&amp;nbsp;:smileylol:&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 15:45:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-x-header-html-broken-with-IE8-amp-IE9-XSS-filter/m-p/22767#M12294</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-07T15:45:14Z</dc:date>
    </item>
  </channel>
</rss>

