<?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[Resources blocked by X-Content-Type-Options: nosniff]]></title><description><![CDATA[<p dir="auto">After adding <a href="https://forum.cloudron.io/topic/4967/cantaloupe-iiif-image-server">Cantaloupe IIIF server</a> to the App Whislist, for fun, I started to <a href="https://git.cloudron.io/lenef/cantaloupe-app" target="_blank" rel="noopener noreferrer nofollow ugc">package this application</a>. Everything works fine with a single configuration file.</p>
<p dir="auto">However, if I activate the optional administration web page, the static resources (css and js) don't load because of a <code>X-Content-Type-Options: nosniff</code> block which comes from an incorrect MIME type of this served static resources.</p>
<p dir="auto">Obviously the issue comes from the Cantaloupe side but is there a workaround on the Cloudron side?</p>
]]></description><link>https://forum.cloudron.io/topic/4981/resources-blocked-by-x-content-type-options-nosniff</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 00:15:54 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/4981.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Apr 2021 06:54:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Resources blocked by X-Content-Type-Options: nosniff on Thu, 29 Apr 2021 16:14:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> yes <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
]]></description><link>https://forum.cloudron.io/post/30545</link><guid isPermaLink="true">https://forum.cloudron.io/post/30545</guid><dc:creator><![CDATA[jeau]]></dc:creator><pubDate>Thu, 29 Apr 2021 16:14:10 GMT</pubDate></item><item><title><![CDATA[Reply to Resources blocked by X-Content-Type-Options: nosniff on Thu, 29 Apr 2021 16:11:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeau" aria-label="Profile: jeau">@<bdi>jeau</bdi></a> It got fixed already in <a href="https://github.com/cantaloupe-project/cantaloupe/commit/cf5be9112ee7ea561c2229ddada7bb94317369c7" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/cantaloupe-project/cantaloupe/commit/cf5be9112ee7ea561c2229ddada7bb94317369c7</a> , very nice.</p>
]]></description><link>https://forum.cloudron.io/post/30544</link><guid isPermaLink="true">https://forum.cloudron.io/post/30544</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 29 Apr 2021 16:11:52 GMT</pubDate></item><item><title><![CDATA[Reply to Resources blocked by X-Content-Type-Options: nosniff on Wed, 28 Apr 2021 20:07:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeau" aria-label="Profile: jeau">@<bdi>jeau</bdi></a> hopefully, it's an easy upstream fix. after all, it's just setting of content-type correctly.</p>
]]></description><link>https://forum.cloudron.io/post/30523</link><guid isPermaLink="true">https://forum.cloudron.io/post/30523</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 28 Apr 2021 20:07:07 GMT</pubDate></item><item><title><![CDATA[Reply to Resources blocked by X-Content-Type-Options: nosniff on Wed, 28 Apr 2021 19:46:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> thanks for the hack, it works but as you say it's not a solution.</p>
<p dir="auto">I just created an issue on the Cantaloupe github repo <a href="https://github.com/cantaloupe-project/cantaloupe/issues/471" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/cantaloupe-project/cantaloupe/issues/471</a></p>
]]></description><link>https://forum.cloudron.io/post/30522</link><guid isPermaLink="true">https://forum.cloudron.io/post/30522</guid><dc:creator><![CDATA[jeau]]></dc:creator><pubDate>Wed, 28 Apr 2021 19:46:46 GMT</pubDate></item><item><title><![CDATA[Reply to Resources blocked by X-Content-Type-Options: nosniff on Wed, 28 Apr 2021 18:02:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeau" aria-label="Profile: jeau">@<bdi>jeau</bdi></a> A hack is simply to edit the conf file in <code>/etc/nginx/applications/&lt;appid&gt;.conf</code> and then <code>systemctl reload nginx</code>. Of course, this change won't persist but atleast will let you move forward in packaging the app.</p>
<p dir="auto">Do you have an upstream issue we can track? Just want to check if there is something we can do on the platform side, because removing it will let the browser start sniffing content and guess mime type which can be a security issue.</p>
]]></description><link>https://forum.cloudron.io/post/30515</link><guid isPermaLink="true">https://forum.cloudron.io/post/30515</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 28 Apr 2021 18:02:59 GMT</pubDate></item><item><title><![CDATA[Reply to Resources blocked by X-Content-Type-Options: nosniff on Wed, 28 Apr 2021 10:13:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeau" aria-label="Profile: jeau">@<bdi>jeau</bdi></a> I don't think there is a solid non-temporary fix on Cloudron side and as you indicated, this should really be then fixed or patched in the app.</p>
]]></description><link>https://forum.cloudron.io/post/30489</link><guid isPermaLink="true">https://forum.cloudron.io/post/30489</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 28 Apr 2021 10:13:20 GMT</pubDate></item></channel></rss>