From 49497b602c8276f8933455c713fd509d3dd2aa1c Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Wed, 30 Jun 2021 15:01:40 +0200 Subject: [PATCH] docs: remove obsolete section about HTTPS Closes #1953. --- docs/running.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/running.rst b/docs/running.rst index e2aa25e..97fc80f 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -309,15 +309,3 @@ modification times intact, use ``cp -p``. For people who render from backups, GNU ``tar`` automatically handles modification times correctly. ``rsync -a --delete`` will handle this correctly as well. If you use some other tool, you'll have to figure out how to do this yourself. - -HTTPS support -------------- - -In order to support displaying maps over HTTPS, Overviewer loads the Google -maps API and JQuery over HTTPS. This avoids security warnings for HTTPS -sites, and is not expected to cause problems for users. - -If this change causes problems, take a look at the -:ref:`custom web assets` option. This allows you to -provide a custom index.html which loads the required Javascript libraries -over HTTP.