blob: 6f118ff5f2745d7423609590efcacce426ae323e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[close.https.any.html]
disabled:
if product != "chrome": true
[close.https.any.window.html]
disabled:
if product != "chrome": true
[close.https.any.worker.html]
disabled:
if product != "chrome": true
[close.https.any.sharedworker.html]
disabled:
if product != "chrome": true
[close.https.any.serviceworker.html]
disabled:
if product != "chrome": true
|