UI pages not working after upgrade to VancouverIssue UI pages not working after the upgrade to Vancouver. Console error seen of "Vue is not defined" and "MIME type ('text/css') is not executable"ReleaseVancouver and onCausePrior to Vancouver, the default value for the system property "glide.security.header.auto_set_x_content_type_options" was "false". This allowed the execution of JavaScript code even when specified in a CSS file as the customer has done with the following libraries. - UI script should show have sys_id of the file on content_css table ResolutionSTRY54583496 was introduced in Vancouver. This changed the default of "glide.security.header.auto_set_x_content_type_options" to "true", thus sending a new HTTP header "X-Content-Type-Options = nosniff". This instructs the browser to only execute JavaScript code if contained in a file with a MIME type of "application/javascript", and blocks the execution of Lodash, Vue.js, and Vuetify.js. The system property "glide.security.header.auto_set_x_content_type_options" cannot be altered back to "false" it is now restricted, it is highly recommended that this remain "true" for security reasons.Our recommended solution is to copy the JavaScript content from the content_css records into UI scripts. Then, include the JavaScript files using the <g:requrires> tag as documented here: https://docs.servicenow.com/bundle/vancouver-api-reference/page/script/client-scripts/concept/c_UIScripts.html