Skip to content

Commit 550ad82

Browse files
committed
install.cmd: workaround for Chrome 77
1 parent 2a4c0b9 commit 550ad82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/open-in-editor/windows/install.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ if defined PROCESSOR_ARCHITEW6432 (set reg="%systemroot%\sysnative\reg.exe") els
66
%reg% ADD HKCR\editor /ve /d "URL:editor Protocol" /f
77
%reg% ADD HKCR\editor /v "URL Protocol" /d "" /f
88
%reg% ADD HKCR\editor\shell\open\command /ve /d "wscript \"%~dp0open-editor.js\" \"%%1\"" /f
9+
%reg% ADD HKLM\SOFTWARE\Policies\Google\Chrome\URLWhitelist /v "123" /d "editor://*" /f

0 commit comments

Comments
 (0)