Skip to content

Commit e279a34

Browse files
committed
Suppress noisome favicon loading errors in test site
1 parent fbe3c22 commit e279a34

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

test_site/404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<link rel="icon" href="data:,">
56
<title>404</title>
67
<!--#echo var="header_script_tag" encoding="none"-->
78
</head>

test_site/agency-tracking.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<link rel="icon" href="data:,">
56

67
<title>Agency tracking test page</title>
78

test_site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<link rel="icon" href="data:,">
56

67
<title>DAP test site</title>
78
<!-- This is populated by NGINX SSI -->

test_site/not-found.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<link rel="icon" href="data:,">
56
<title>Page Not Found</title>
67
<!--#echo var="header_script_tag" encoding="none"-->
78
</head>

test_site/youtube.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<link rel="icon" href="data:,">
56

67
<title>DAP test site - YouTube tracking</title>
78
<!-- This is populated by NGINX SSI -->

0 commit comments

Comments
 (0)