blob: 89a54ad5541e87664e3285c629440a5c550140e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[DEFAULT]
support-files = [
"img_referrer_testserver.sjs",
"referrer_header.sjs",
"referrer_header_current_document_iframe.html",
"referrer_helper.js",
"referrer_testserver.sjs",
]
["test_img_referrer.html"]
skip-if = [
"http3",
"http2",
]
["test_referrer_header_current_document.html"]
skip-if = [
"http3",
"http2",
]
["test_referrer_redirect.html"]
# Please keep alphabetical order.
skip-if = [
"http3",
"http2",
]
|