<?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: Library is not coming from Accept CDN. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57554#M32263</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;. Thanks for your help. I tried using a few different character encodings but I was unable to reproduce the error. What other checks could be failing?&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2017 19:53:37 GMT</pubDate>
    <dc:creator>tan</dc:creator>
    <dc:date>2017-04-05T19:53:37Z</dc:date>
    <item>
      <title>Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57521#M32235</link>
      <description>&lt;P&gt;Hey. A client has reached out to me with the following error message:&lt;/P&gt;&lt;PRE&gt;Please include Accept.js library from cdn.&lt;/PRE&gt;&lt;P&gt;And in the console:&lt;/P&gt;&lt;PRE&gt;Library is not coming from Accept CDN.&lt;/PRE&gt;&lt;P&gt;However the library &lt;EM&gt;is&lt;/EM&gt;&amp;nbsp;coming from the CDN. I have been unable to reproduce the error without actually loading it from somewhere else. The client has already tried clearing the browser cache. What else could be causing this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 19:04:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57521#M32235</guid>
      <dc:creator>tan</dc:creator>
      <dc:date>2017-04-04T19:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57522#M32236</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21489"&gt;@tan&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you share your code so we can see how you're calling Accept.js?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 19:56:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57522#M32236</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-04-04T19:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57523#M32237</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here it is.&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type='text/javascript' src='https://js.authorize.net/v1/Accept.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;It works for me. I tested it in 3 different browsers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 20:18:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57523#M32237</guid>
      <dc:creator>tan</dc:creator>
      <dc:date>2017-04-04T20:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57524#M32238</link>
      <description>&lt;P&gt;Try adding the character set command and see if that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  &amp;lt;script type="text/javascript" src="https://js.authorize.net/v1/Accept.js" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 20:30:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57524#M32238</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-04-04T20:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57526#M32240</link>
      <description>&lt;P&gt;Would the following tag have the same effect?&lt;/P&gt;&lt;PRE&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&amp;gt;&lt;/PRE&gt;&lt;P&gt;I have that at the top of the page. The recommended way to add scripts on the platform we're using does not give us the ability to add any attributes to the script tag itself. If this was the problem, would it not cause the same error for everyone? I have had no such errors on my end and I have tested it in Chrome, Firefox, and Edge. Also, some Googling tells me that a missing charset would result in a different error. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 20:40:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57526#M32240</guid>
      <dc:creator>tan</dc:creator>
      <dc:date>2017-04-04T20:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57552#M32262</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21489"&gt;@tan&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The script itself is doing some integrity checking to see if it's intact and served from the right place. If a browser loads the script but interprets it with a different encoding, those checks could fail&amp;nbsp;&lt;EM&gt;on that browser.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you test your site on your end, but change your browser's encoding to a different charset and see if you can duplicate the error?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 18:58:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57552#M32262</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-04-05T18:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57554#M32263</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;. Thanks for your help. I tried using a few different character encodings but I was unable to reproduce the error. What other checks could be failing?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 19:53:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57554#M32263</guid>
      <dc:creator>tan</dc:creator>
      <dc:date>2017-04-05T19:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57557#M32266</link>
      <description>&lt;P&gt;Trying to debug a third-party's browser is&amp;nbsp;quite difficult!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine it could also be other factors such as plugins. Have you&amp;nbsp;had the client try an incognito chrome, or private browsing firefox mode?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 20:49:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57557#M32266</guid>
      <dc:creator>dustin1</dc:creator>
      <dc:date>2017-04-05T20:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57560#M32269</link>
      <description>&lt;P&gt;Yeah, they tried private browsing in Chrome and Firefox.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 21:39:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57560#M32269</guid>
      <dc:creator>tan</dc:creator>
      <dc:date>2017-04-05T21:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57568#M32277</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21489"&gt;@tan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;. Thanks for your help. I tried using a few different character encodings but I was unable to reproduce the error. What other checks could be failing?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The main check is just the source of the script. Accept.js script calls another script on our site (AcceptCore.js) which&amp;nbsp;is basically checking the source URL of the first script. If that URL doesn't match &lt;A href="https://js.authorize.net/v1/Accept.js" target="_blank"&gt;https://js.authorize.net/v1/Accept.js&lt;/A&gt;, it throws the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that customer's browser is seeing that the script has a different source, I might start to be concerned about some really aggressive cache upstream that somehow is serving redirects instead of content, or possibly some malware on the customer's end. I'm trying to think of other ways this could fail and am coming up blank.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 00:08:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57568#M32277</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-04-06T00:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57571#M32280</link>
      <description>&lt;P&gt;Hey. I discovered what the problem is. The client appears to have a plugin on their website that is adding a query argument "?ver=4.5.7" to the end of every script tag "src". This is presumably for cache control purposes. Now that I know what the problem is, I can work on a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much to everyone who helped.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 13:16:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57571#M32280</guid>
      <dc:creator>tan</dc:creator>
      <dc:date>2017-04-06T13:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57577#M32284</link>
      <description>&lt;P&gt;Oh wow. That's great that you found it, and thanks immensely for coming back with the update. Now that's something we can remember to check if we here any other report. I don't know how common this method of cache control would be, so I don't know if it's worth our while to investigate any accomodations on our end. We could, for example, only attempt to match the URL up to any query string given.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the short term, we could possibly put something in the documentation that says we verify where the script was loaded from, and we do that by actually comparing the URL string against what we know to be correct, so don't do anything that might break that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:54:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57577#M32284</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-04-06T15:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57590#M32295</link>
      <description>&lt;P&gt;Hey. Sorry, I was mistaken. It's actually&amp;nbsp;&lt;EM&gt;WordPress&lt;/EM&gt; adding the query argument, not a plugin.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 19:51:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/57590#M32295</guid>
      <dc:creator>tan</dc:creator>
      <dc:date>2017-04-06T19:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/69448#M42462</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am seeing the same problem on my end.&lt;/P&gt;&lt;P&gt;The jquery is automatically adding ?=timestamp to&amp;nbsp;&lt;A href="https://jstest.authorize.net/v1/Accept.js" target="_blank"&gt;https://jstest.authorize.net/v1/Accept.js&lt;/A&gt; which I fixed by temporarily disabling cache while loading the Accept.js script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, &amp;nbsp;I now see the error on the AcceptCore.js. &amp;nbsp;I can confirm that the dynamic ?=[timestamp] is no longer sent, but still I am getting 90:97 Library is not coming from Accept CDN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://jstest.authorize.net/v1/AcceptCore.js" target="_blank"&gt;https://jstest.authorize.net/v1/AcceptCore.js&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0 !== document.querySelectorAll('script[src="' + c + '"]').length || k(z, b) || (y.warn&lt;STRONG&gt;("Library is not coming from Accept CDN.")&lt;/STRONG&gt;, m(b, C.messageInfo.E_WC_01)), "https:" === window.location.protocol || k(z, a) || (y.warn("An HTTPs connection is required to secure delivery of payment information."), m(a, C.messageInfo.E_WC_02))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Did anybody encounter this, how do I fix this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 01:19:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/69448#M42462</guid>
      <dc:creator>GRKAUTHNET8</dc:creator>
      <dc:date>2019-10-20T01:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/69449#M42463</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am seeing the same problem on my end.&lt;/P&gt;&lt;P&gt;The jquery is automatically adding ?=timestamp to &lt;A href="https://jstest.authorize.net/v1/Accept.js" target="_blank"&gt;https://jstest.authorize.net/v1/Accept.js&lt;/A&gt; which I fixed by temporarily disabling cache while loading the Accept.js script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I now see the error on the AcceptCore.js. I can confirm that the dynamic ?=[timestamp] is no longer sent, but still I am getting 90:97 Library is not coming from Accept CDN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://jstest.authorize.net/v1/AcceptCore.js" target="_blank"&gt;https://jstest.authorize.net/v1/AcceptCore.js&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0 !== document.querySelectorAll('script[src="' + c + '"]').length || k(z, b) || (y.warn&lt;STRONG&gt;("Library is not coming from Accept CDN.")&lt;/STRONG&gt;, m(b, C.messageInfo.E_WC_01)), "https:" === window.location.protocol || k(z, a) || (y.warn("An HTTPs connection is required to secure delivery of payment information."), m(a, C.messageInfo.E_WC_02))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Did anybody encounter this, how do I fix this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 01:28:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/69449#M42463</guid>
      <dc:creator>GRKAUTHNET8</dc:creator>
      <dc:date>2019-10-20T01:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/69619#M42610</link>
      <description>&lt;P&gt;Any update/resolution to the issue I posted ?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 23:02:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/69619#M42610</guid>
      <dc:creator>GRKAUTHNET8</dc:creator>
      <dc:date>2019-11-06T23:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Library is not coming from Accept CDN.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/72886#M45064</link>
      <description>&lt;P&gt;I just ran into this issue on a Wordpress site, it's because Wordpress automatically adds a query string to the end of js and css files. In this particular instance it was still adding them despite having nulled the version number when enqueue'ing the script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had to use this code snippet to remove the query string from only Accept.js and fix the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="com"&gt;// remove version from scripts and styles&lt;/SPAN&gt;
&lt;SPAN class="kwd"&gt;function&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; remove_version_scripts_styles&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;$src&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;)&lt;/SPAN&gt; &lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="kwd"&gt;if&lt;/SPAN&gt; &lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;strpos&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;$src&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="str"&gt;'Accept.js'&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;))&lt;/SPAN&gt; &lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;        $src &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; remove_query_arg&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str"&gt;'ver'&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; $src&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;
    &lt;SPAN class="pun"&gt;}&lt;/SPAN&gt;
    &lt;SPAN class="kwd"&gt;return&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; $src&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="pun"&gt;}&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;add_filter&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str"&gt;'script_loader_src'&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="str"&gt;'remove_version_scripts_styles'&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="lit"&gt;9999&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it's a little ridiculous that a query string could break the whole thing, but this did the trick.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 05:18:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Library-is-not-coming-from-Accept-CDN/m-p/72886#M45064</guid>
      <dc:creator>haveigonemental</dc:creator>
      <dc:date>2020-08-17T05:18:54Z</dc:date>
    </item>
  </channel>
</rss>

