New issue
Advanced search Search tips

Issue 756318 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 755256
Owner:
Closed: Aug 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

URLWhitelist policy do not work for custom scheme

Reported by ykonoto...@gmail.com, Aug 17 2017

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36

Steps to reproduce the problem:
1. Enable URLWhitelist enterprise policy with values:
myscheme:*
myscheme://*

2. Create Windows URL handler via registry:

-- CUT --
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\myscheme]
"URL Protocol"=""
@="myscheme"

[HKEY_CLASSES_ROOT\myscheme\DefaultIcon]
@=""

[HKEY_CLASSES_ROOT\myscheme\shell]

[HKEY_CLASSES_ROOT\myscheme\shell\open]

[HKEY_CLASSES_ROOT\myscheme\shell\open\command]
@="calc.exe"
-- CUT --

3. Create test html file:

-- CUT --
<a href='myscheme:test'>test1</a><br /><a href='myscheme://test'>test2</a>
-- CUT --

4. Open test html, click "test1" link, click "test2" link.

What is the expected behavior?
Two instances of Windows calculator should open

What went wrong?
No calculator opens

Did this work before? N/A 

Chrome version: 59.0.3070.86  Channel: stable
OS Version: 7
Flash Version:
 
Please read "What went wrong?" as:
No calculator opens. Instead confirmation popup appears with question wether I want to open "myscheme" application.
Owner: igorcov@chromium.org
Mergedinto: 755256
Status: Duplicate (was: Unconfirmed)

Sign in to add a comment