mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 02:39:25 +01:00
Lowercase doctype and utf-8.
Same functionality, better compression. Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
}
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<!-- Pi-hole: A black hole for Internet advertisements
|
||||
* (c) 2017 Pi-hole, LLC (https://pi-hole.net)
|
||||
* Network-wide ad blocking via your own hardware.
|
||||
@@ -181,7 +181,7 @@
|
||||
* Please see LICENSE file for your rights under this license. -->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://api.github.com; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'">
|
||||
<title>Pi-hole Admin Console</title>
|
||||
<!-- Usually browsers proactively perform domain name resolution on links that the user may choose to follow. We disable DNS prefetching here -->
|
||||
|
||||
Reference in New Issue
Block a user