mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Fix cross-origin issues on 404 page (#873)
* Fix cross-origin issues on 404 page * Add integrity hashes and use stable boostrap * Restore absolute paths for css
This commit is contained in:
@@ -100,7 +100,7 @@ const plugins = [
|
||||
{ from: './src/browserconfig.xml' },
|
||||
{ from: './src/app-id.json' },
|
||||
{ from: './src/404.html' },
|
||||
{ from: './src/404.css' },
|
||||
{ from: './src/404', to: '404' },
|
||||
{ from: './src/images', to: 'images' },
|
||||
{ from: './src/locales', to: 'locales' },
|
||||
{ from: './src/scripts', to: 'scripts' },
|
||||
|
||||
Reference in New Issue
Block a user