Skip to content

Commit 540932d

Browse files
committed
Allow requests to all development URI:s during development
1 parent a05655b commit 540932d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/main/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ class ApplicationMain
958958
return (
959959
process.env.NODE_ENV === 'development' &&
960960
// Downloading of React and Redux developer tools.
961-
(url.startsWith('devtools://devtools/') ||
961+
(url.startsWith('devtools://') ||
962962
url.startsWith('chrome-extension://') ||
963963
url.startsWith('https://clients2.google.com') ||
964964
url.startsWith('https://clients2.googleusercontent.com'))

0 commit comments

Comments
 (0)