Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/8a68e871282ec553375e0625981baa0583af476d You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove redundant IE meta tag as we use http header instead ()

Remove redundant IE meta tag as we use http header instead
pull/31/head
Qstick 8 years ago committed by Joseph Milazzo
parent 48181c6666
commit 8a68e87128

@ -2,7 +2,6 @@
<html>
<head>
<title>Lidarr</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>

@ -2,7 +2,6 @@
<html>
<head>
<title>Lidarr - Login</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">

Loading…
Cancel
Save