mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Remove obsolete "shortcut" token from link rel="icon"
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3634
This commit is contained in:
parent
16a42566ff
commit
3d5d8e8220
7 changed files with 7 additions and 7 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<link rel="stylesheet" href="css/dashboard-common.css">
|
||||
<link rel="stylesheet" href="css/advanced-settings.css">
|
||||
<link rel="stylesheet" href="css/codemirror.css">
|
||||
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
|
||||
<link rel="icon" type="image/png" href="img/icon_64.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<link rel="stylesheet" href="css/fa-icons.css">
|
||||
<link rel="stylesheet" href="css/codemirror.css">
|
||||
<link rel="stylesheet" href="css/asset-viewer.css">
|
||||
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
|
||||
<link rel="icon" type="image/png" href="img/icon_64.png">
|
||||
</head>
|
||||
<body class="loading">
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="css/fa-icons.css">
|
||||
<link rel="stylesheet" href="css/common.css">
|
||||
<link rel="stylesheet" href="css/dashboard.css">
|
||||
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
|
||||
<link rel="icon" type="image/png" href="img/icon_64.png">
|
||||
</head>
|
||||
|
||||
<body class="notReady">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="css/common.css">
|
||||
<link rel="stylesheet" href="css/fa-icons.css">
|
||||
<link rel="stylesheet" href="css/document-blocked.css">
|
||||
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
|
||||
<link rel="icon" type="image/png" href="img/icon_64.png">
|
||||
</head>
|
||||
<body>
|
||||
<div id="rootContainer">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="css/fa-icons.css">
|
||||
<link rel="stylesheet" href="css/logger-ui.css">
|
||||
<link rel="stylesheet" href="css/logger-ui-inspector.css">
|
||||
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
|
||||
<link rel="icon" type="image/png" href="img/icon_64.png">
|
||||
<title data-i18n="statsPageName"></title>
|
||||
<style id="vwRendererRuntimeStyles"></style>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="css/common.css">
|
||||
<link rel="stylesheet" href="css/fa-icons.css">
|
||||
<link rel="stylesheet" href="css/popup-fenix.css">
|
||||
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
|
||||
<link rel="icon" type="image/png" href="img/icon_64.png">
|
||||
<title data-i18n="extName"></title>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<link rel="stylesheet" href="css/fa-icons.css">
|
||||
<link rel="stylesheet" href="css/support.css">
|
||||
<link rel="stylesheet" href="css/codemirror.css">
|
||||
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
|
||||
<link rel="icon" type="image/png" href="img/icon_64.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue