From f509437f84ba78552b57997cf214bbfb3515713c Mon Sep 17 00:00:00 2001 From: NOYB Date: Sat, 20 Jan 2018 04:31:38 -0800 Subject: [PATCH] HTML Compliance - Attribute "content" value on Element Error: A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge. The "Chrome=1" value was used to spawn Chrome Frame in IE 6,7,8,9. However, "Google Chrome Frame was discontinued in January 2014", and think all IE<11 is beyond EOL. So is this even needed/useful? If needed/useful it would probably be better to support deployment by HTTP headers method instead. Google Chrome Frame https://en.wikipedia.org/wiki/Google_Chrome_Frame --- src/etc/inc/authgui.inc | 4 ++-- src/opnsense/mvc/app/views/layouts/default.volt | 2 +- .../scripts/OPNsense/CaptivePortal/htdocs_default/index.html | 2 +- src/www/head.inc | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc index 7cb332a78..01ee194d9 100644 --- a/src/etc/inc/authgui.inc +++ b/src/etc/inc/authgui.inc @@ -356,7 +356,7 @@ function display_error_form($http_code, $desc) - + @@ -424,7 +424,7 @@ function display_login_form($Login_Error) - + diff --git a/src/opnsense/mvc/app/views/layouts/default.volt b/src/opnsense/mvc/app/views/layouts/default.volt index bae1fa07f..7e37ecb1b 100644 --- a/src/opnsense/mvc/app/views/layouts/default.volt +++ b/src/opnsense/mvc/app/views/layouts/default.volt @@ -5,7 +5,7 @@ - + diff --git a/src/opnsense/scripts/OPNsense/CaptivePortal/htdocs_default/index.html b/src/opnsense/scripts/OPNsense/CaptivePortal/htdocs_default/index.html index 5eaf163a3..9e0661dd9 100644 --- a/src/opnsense/scripts/OPNsense/CaptivePortal/htdocs_default/index.html +++ b/src/opnsense/scripts/OPNsense/CaptivePortal/htdocs_default/index.html @@ -3,7 +3,7 @@ - + diff --git a/src/www/head.inc b/src/www/head.inc index 8996a6f88..d5d34742c 100644 --- a/src/www/head.inc +++ b/src/www/head.inc @@ -34,7 +34,7 @@ $pagetitle .= html_safe(sprintf(' | %s.%s', $config['system']['hostname'], $conf - +