mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 17:32:27 -05:00
[GH-ISSUE #7310] Edge strict MIME Type #30165
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mehmetaksakal on GitHub (Jun 7, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7310
Prerequisites
Vaultwarden Support String
Vaultwarden does not work in Edge since it enabled strict MIME type by default.
(index):1 Refused to apply style from 'https://*****/styles.b355f1411297a6b3cb77.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. polyfills.eaa824f1d17b38ec6a59.js:1 Failed to load resource: the server responded with a status of 404 (Not Found) (index):1 Refused to execute script from 'https://*****/app/polyfills.eaa824f1d17b38ec6a59.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. main.3d3efad53be40f434708.js:1 Failed to load resource: the server responded with a status of 404 (Not Found) (index):1 Refused to execute script from 'https://*****/app/main.3d3efad53be40f434708.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. vendor.6432a3f0191fa2251bd8.js:1 Failed to load resource: the server responded with a status of 404 (Not Found) (index):1 Refused to execute script from 'https://*****/app/vendor.6432a3f0191fa2251bd8.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. 70501c97b33df95adb32.json:1 Failed to load resource: the server responded with a status of 404 (Not Found) (index):1 Manifest fetch from https://*****/70501c97b33df95adb32.json failed, code 404 70501c97b33df95adb32.json:1 Failed to load resource: the server responded with a status of 404 (Not Found) (index):1 Manifest fetch from https://*****/70501c97b33df95adb32.json failed, code 404 (index):1 Refused to apply style from 'https://*****/styles.b355f1411297a6b3cb77.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. 70501c97b33df95adb32.json:1 Failed to load resource: the server responded with a status of 404 (Not Found)Vaultwarden Build Version
Latest
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
Nginx
Host/Server Operating System
Linux
Operating System Version
Ubuntu 24
Clients
Web Vault
Client Version
Latest
Steps To Reproduce
Use an Edge version with strict MIME type enabled
Expected Result
Page to load
Actual Result
Edge refuses to load
Logs
Screenshots or Videos
No response
Additional Context
No response