<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[1.6.1.12]- Header de cross-orgin invalide avec les CDN]]></title><description><![CDATA[<p dir="auto">Les version inférieures à la version 1.6.1.12 implémentent un drapeau cross-origin invalide.</p>
<p dir="auto">Remplacer dans Tools.php</p>
<pre><code>Header add Access-Control-Allow-Origin \"*\"
</code></pre>
<p dir="auto">par</p>
<pre><code>Header set Access-Control-Allow-Origin \"*\"
</code></pre>
]]></description><link>https://bb.enter-solutions.net/topic/1053/1-6-1-12-header-de-cross-orgin-invalide-avec-les-cdn</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 02:54:59 GMT</lastBuildDate><atom:link href="https://bb.enter-solutions.net/topic/1053.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 Jun 2018 12:04:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [1.6.1.12]- Header de cross-orgin invalide avec les CDN on Tue, 26 Jun 2018 13:33:23 GMT]]></title><description><![CDATA[<p dir="auto">Merci perso comme un  con j'avais ajouté en dessous sans me demander pourquoi :</p>
<pre><code># ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

&lt;FilesMatch "\.(ttf|otf|eot|woff)$"&gt;
    &lt;IfModule mod_headers.c&gt;
        Header set Access-Control-Allow-Origin "*"
    &lt;/IfModule&gt;
&lt;/FilesMatch&gt;
</code></pre>
<p dir="auto">Voilà c'est corrigé.</p>
]]></description><link>https://bb.enter-solutions.net/post/1282</link><guid isPermaLink="true">https://bb.enter-solutions.net/post/1282</guid><dc:creator><![CDATA[okom3pom]]></dc:creator><pubDate>Tue, 26 Jun 2018 13:33:23 GMT</pubDate></item></channel></rss>