<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Thanks,</div><div class="">In affect the following this without problem.</div><div class=""><a href="http://enable-cors.org/server_apache.html" class="">http://enable-cors.org/server_apache.html</a></div><div class=""><br class=""></div><div class="">Regards,</div><div class=""><br class=""></div><div class="">@+Maarten,</div><br class=""><div><blockquote type="cite" class=""><div class="">Le 3 mars 2015 à 18:17, Paul DeBruicker &lt;<a href="mailto:pdebruic@gmail.com" class="">pdebruic@gmail.com</a>&gt; a écrit :</div><br class="Apple-interchange-newline"><div class="">See <a href="https://en.wikipedia.org/wiki/Cross-origin_resource_sharing" class="">https://en.wikipedia.org/wiki/Cross-origin_resource_sharing</a>.<br class=""><br class=""><br class="">You need to add a response header to your application, either in the image<br class="">or if you're using apache or nginx at the webserver level to explicitly<br class="">allow the fonts you want to load to be loaded. &nbsp;<br class=""><br class=""><br class="">Fonts and Javascript are restricted because they can do Nasty Things.<br class=""><br class=""><br class="">so in your image:<br class=""><br class="">html requestContext response headerAt: 'Access-Control-Allow-Origin' put:<br class="">'<a href="http://example.com'" class="">http://example.com'</a><br class=""><br class=""><br class=""><br class=""><br class=""><br class="">Maarten Mostert-2 wrote<br class=""><blockquote type="cite" class="">Hi,<br class=""><br class="">I use the fontello font (MIT license) with Appex that I declare in the<br class="">following way within my CSS headers.<br class=""><br class="">headBootStrapCCS<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span><br class="">&lt;head: 199&gt;<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space:pre">        </span>^&lt; &nbsp;&nbsp;&nbsp;<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space:pre">        </span>!-- Font Awesome CSS --&gt;<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space:pre">        </span> &amp;lt;link<br class="">href=&amp;quot;<a href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css" class="">http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css</a><br class="">&amp;lt;<a href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css&amp;gt" class="">http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css&amp;gt</a>;"<br class="">rel="stylesheet"&gt;<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space:pre">        </span><br class=""></blockquote><br class=""><blockquote type="cite" class=""><span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space:pre">        </span><br class="">&lt;link href=« <a href="http://stakepoint.com/fonts/fontello/css/fontello.css" class="">http://stakepoint.com/fonts/fontello/css/fontello.css</a><br class="">&lt;<a href="http://stakepoint.com/fonts/fontello/css/fontello.css" class="">http://stakepoint.com/fonts/fontello/css/fontello.css</a>&gt;<br class="">" rel="stylesheet"&gt;<br class=""><br class=""><br class="">For the Fontello font (MIT license) I cannot find a CDN provider.<br class=""><br class="">However this gives the following CROS warnings within Chrome’s developer<br class="">window.<br class=""><br class=""><a href="https://www.dropbox.com/s/bfsn6176qvfj9wl/2015-03-03_11-38-08.png?dl=0" class="">https://www.dropbox.com/s/bfsn6176qvfj9wl/2015-03-03_11-38-08.png?dl=0</a><br class="">&amp;lt;https://www.dropbox.com/s/bfsn6176qvfj9wl/2015-03-03_11-38-08.png?dl=0&amp;gt;<br class=""><br class="">Any hint is welcome.<br class=""><br class="">Regards,<br class=""><br class="">@+Maarten<br class="">_______________________________________________<br class="">seaside mailing list<br class=""></blockquote><br class=""><blockquote type="cite" class="">seaside@.squeakfoundation<br class=""></blockquote><br class=""><blockquote type="cite" class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br class=""></blockquote><br class=""><br class=""><br class=""><br class=""><br class="">--<br class="">View this message in context: <a href="http://forum.world.st/Appex-Cross-Origin-Resource-Sharing-policy-tp4809124p4809268.html" class="">http://forum.world.st/Appex-Cross-Origin-Resource-Sharing-policy-tp4809124p4809268.html</a><br class="">Sent from the Seaside General mailing list archive at <a href="http://Nabble.com" class="">Nabble.com</a>.<br class="">_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br class=""></div></blockquote></div><br class=""></body></html>