Replies: 0
My install is set so that only people on our secure subnet have access to the wp-admin directory — for everyone outside our subnet, they will get a Forbidden error when trying to access anything in wp-admin over http/s. This is to help secure the administrative area of WordPress, and not something that can be changed.
Something in this plugin is causing an error when people are outside out subnet. “Refused to apply style from <URL> because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled” is thrown in the console, and none of the custom CSS styles I’ve applied are showing up.
This error is *not* returned for people on the secure subnet, but it is returned for people not on the subnet. It seems perhaps the plugin is requiring an http/s call to wp-admin for assets?