1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-08 00:17:06 +01:00
bitwarden-estensione-browser/apps/desktop
Daniel James Smith 8c59eef257
[PS-1123] Improve hostname and domain retrieval (#3168)
* Add test cases from previous PR https://github.com/bitwarden/jslib/pull/547

* Install tldts as replacement for tldjs

* Use tldts for hostname and domain retrieval/validation

* Remove usage of old tldjs.noop-implementation

* Add handling of about protocol

* Remove usage of tldEndingRegex and use tldts check instead

* Uninstall @types/tldjs and tldjs

* Updated package-lock.json

* Fix accessibility cookie check

* Rename loginUriView.spec to login-uri-view.spec

* Add test for getDomain failing file links

* getHostName - Return null when given, data, about or file links
2022-10-24 19:26:50 +02:00
..
.vscode
config Use settings in base.json and merge config keys (#3804) 2022-10-18 12:00:40 +10:00
desktop_native [SM-243] Upgrade windows-rs (#3516) 2022-10-24 11:46:50 +02:00
native-messaging-test-runner [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
resources
scripts
src [PS-1123] Improve hostname and domain retrieval (#3168) 2022-10-24 19:26:50 +02:00
stores Updated description based on what we show on other stores (#3478) 2022-09-15 15:26:55 +02:00
.eslintrc.json
.gitignore
crowdin.yml
electron-builder.json
installer.nsh
jest.config.js [SG-397] Configure jest for Desktop and add simple tests (#3467) 2022-09-15 12:31:15 -04:00
package.json Bump Desktop version to 2022.10.2 (#3871) 2022-10-21 10:27:53 -06:00
README.md
sign.js
test.setup.ts [SG-397] Configure jest for Desktop and add simple tests (#3467) 2022-09-15 12:31:15 -04:00
tsconfig.json [PS-1123] Improve hostname and domain retrieval (#3168) 2022-10-24 19:26:50 +02:00
tsconfig.renderer.json
tsconfig.spec.json [SG-397] Configure jest for Desktop and add simple tests (#3467) 2022-09-15 12:31:15 -04:00
webpack.main.js
webpack.renderer.js

Github Workflow build on master Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Desktop Application

Platforms

The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions.

Desktop Vault

Documentation

Please refer to the Desktop section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.