1
0
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:
Thomas Rittson
2021-03-08 08:05:12 +10:00
committed by GitHub
parent 08fc18192d
commit ec3154ea46
6 changed files with 136 additions and 45 deletions

View File

@@ -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' },