You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#115009 Reefused to execute script from ...

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by saraheagle on Monday, 23 October 2023 17:07 BST

saraheagle
Hello I have an error
Refused to execute script from 'https://xxxxxx.co.uk/plugins/system/jcemediabox/js/jcemediabox.min.js?5fd08c89b5f5fb4807fcec58ae247364' because its MIME type ('') is not executable, and strict MIME type checking is enabled.
And further along
JQuery.Deferred exception: WfMediabox is not defined ReferenceError: WfMediabox is not defined
I have J! 4.4.0 & JCE 2.9.51
Do you know what the issue is?
Thanks

Ryan
Refused to execute script from 'https://xxxxxx.co.uk/plugins/system/jcemediabox/js/jcemediabox.min.js?5fd08c89b5f5fb4807fcec58ae247364' because its MIME type ('') is not executable, and strict MIME type checking is enabled.


You may have a server-side redirect on this, perhaps as a result of some htaccess rule, that is redirecting the script to index.php? As the browser is expecting javascript and is getting html, the MIME type error is displayed.

JQuery.Deferred exception: WfMediabox is not defined ReferenceError: WfMediabox is not defined


This is related to the loading error above.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

saraheagle
Ok, thank you for such a super fast response, I'll take a look into that...

saraheagle
Yes it is a setting (Reduce MIME type security risks) on the Akeeba Admin Tools .htaccess maker.
Thanks so much :)