Deactivated favicon html injection
This commit is contained in:
@@ -5,6 +5,6 @@ http:
|
|||||||
default-chain:
|
default-chain:
|
||||||
chain:
|
chain:
|
||||||
middlewares:
|
middlewares:
|
||||||
- favicon-html-injection
|
# - favicon-html-injection
|
||||||
- favicon-ico-redirection
|
- favicon-ico-redirection
|
||||||
- security-headers
|
- security-headers
|
||||||
@@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
http:
|
http:
|
||||||
middlewares:
|
middlewares:
|
||||||
favicon-html-injection:
|
# favicon-html-injection:
|
||||||
plugin:
|
# plugin:
|
||||||
rewritebody:
|
# rewritebody:
|
||||||
lastModified: true
|
# lastModified: true
|
||||||
rewrites:
|
# rewrites:
|
||||||
- regex: <\/head>
|
# - regex: <\/head>
|
||||||
replacement: |
|
# replacement: |
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="https://static.eliasfink.de/img/favicon/favicon-96x96.png"/>
|
# <link rel="icon" type="image/png" sizes="96x96" href="https://static.eliasfink.de/img/favicon/favicon-96x96.png"/>
|
||||||
<link rel="icon" type="image/svg+xml" href="https://static.eliasfink.de/img/favicon/favicon.svg"/>
|
# <link rel="icon" type="image/svg+xml" href="https://static.eliasfink.de/img/favicon/favicon.svg"/>
|
||||||
<link rel="shortcut icon" href="https://static.eliasfink.de/img/favicon/favicon.ico"/>
|
# <link rel="shortcut icon" href="https://static.eliasfink.de/img/favicon/favicon.ico"/>
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="https://static.eliasfink.de/img/favicon/apple-touch-icon.png"/>
|
# <link rel="apple-touch-icon" sizes="180x180" href="https://static.eliasfink.de/img/favicon/apple-touch-icon.png"/>
|
||||||
<link rel="manifest" href="https://static.eliasfink.de/img/favicon/site.webmanifest"/>
|
# <link rel="manifest" href="https://static.eliasfink.de/img/favicon/site.webmanifest"/>
|
||||||
</head>
|
# </head>
|
||||||
favicon-ico-redirection:
|
favicon-ico-redirection:
|
||||||
redirectRegex:
|
redirectRegex:
|
||||||
permanent: true
|
permanent: true
|
||||||
|
|||||||
Reference in New Issue
Block a user