Skip to content

Commit 9e25812

Browse files
committed
tracy: open-files-in-ide updated Chrome policy to AutoLaunchProtocolsFromOrigins
1 parent 24ff8ad commit 9e25812

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

tracy/cs/open-files-in-ide.texy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ V Google Chrome od verze 77 již neuvidíte zatržítko „Tento typ odkazů vž
135135

136136
```
137137
Windows Registry Editor Version 5.00
138-
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\URLWhitelist]
139-
"123"="editor://*"
138+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
139+
"AutoLaunchProtocolsFromOrigins"="[{\"allowed_origins\": [\"*\"],\"protocol\": \"editor\"}]"
140140
```
141-
Importujte jej dvojitým kliknutím a restartujte prohlížeč Chrome.
141+
Importujte jej dvojitým kliknutím a restartujte prohlížeč Chrome. Politika `AutoLaunchProtocolsFromOrigins` úplně potlačí potvrzovací dialog prohlížeče. Skript `install.cmd` toto nastavení provádí automaticky, a to včetně zakomentovaného řádku pro Vivaldi (stejná politika ve větvi `HKLM\SOFTWARE\Policies\Vivaldi`).
142142

143143

144144
S případnými dotazy nebo připomínkami se prosím obraťte na [fórum |https://forum.nette.org].

tracy/en/open-files-in-ide.texy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ Starting from Google Chrome version 77 you will no longer see the checkbox “Al
135135

136136
```
137137
Windows Registry Editor Version 5.00
138-
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\URLWhitelist]
139-
"123"="editor://*"
138+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
139+
"AutoLaunchProtocolsFromOrigins"="[{\"allowed_origins\": [\"*\"],\"protocol\": \"editor\"}]"
140140
```
141-
Import it by double clicking and restart Chrome.
141+
Import it by double clicking and restart Chrome. The `AutoLaunchProtocolsFromOrigins` policy fully suppresses the browser confirmation dialog. The `install.cmd` script sets this automatically, including a commented-out line for Vivaldi (same policy under `HKLM\SOFTWARE\Policies\Vivaldi`).
142142

143143

144144
For further questions or suggestions, please visit the [forum |https://forum.nette.org].

0 commit comments

Comments
 (0)