diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2024-06-25 11:38:53 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2024-06-25 11:38:53 +0200 |
| commit | 70459426985fabbfd7d7b3851ba79d9985adb809 (patch) | |
| tree | 8ac1fd346b86504f88d512befc20a81c1c52c5aa | |
| parent | c148d458f85e26e6a30431ba87f4d9bb84d57e03 (diff) | |
| parent | ae57ad9a38af4ae1f20358c7e04bff60c5a224f6 (diff) | |
| download | mullvadvpn-70459426985fabbfd7d7b3851ba79d9985adb809.tar.xz mullvadvpn-70459426985fabbfd7d7b3851ba79d9985adb809.zip | |
Merge branch 'allow-all-devtools-requests-during-development'
| -rw-r--r-- | gui/src/main/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts index b96bc07f12..c5144ee99e 100644 --- a/gui/src/main/index.ts +++ b/gui/src/main/index.ts @@ -962,7 +962,7 @@ class ApplicationMain return ( process.env.NODE_ENV === 'development' && // Downloading of React and Redux developer tools. - (url.startsWith('devtools://devtools/') || + (url.startsWith('devtools://') || url.startsWith('chrome-extension://') || url.startsWith('https://clients2.google.com') || url.startsWith('https://clients2.googleusercontent.com')) |
