From 768b6d4c5a7b39ea78aeb3e9e4d86fa8edf3d90a Mon Sep 17 00:00:00 2001 From: sijanec Date: Tue, 4 May 2021 19:53:47 +0200 Subject: fiks2 --- apache.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apache.conf b/apache.conf index 009f62d..9f39656 100644 --- a/apache.conf +++ b/apache.conf @@ -14,8 +14,8 @@ ProxyPassReverse "/" "https://teletext.rtvslo.si:443/" AddOutputFilterByType SUBSTITUTE text/html Substitute "s|teletext.rtvslo.si|teletekst.xn--jha.ga|i" - Substitute "s| usemap|' width=480 height=336 src='data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg width=480px height=336px %3E%3C/svg%3E' usemap|i" - Substitute "s/id=\"mainDisplay\" src/id=\"mainDisplay\" onload='this.src=\"/i" + Substitute "s| usemap|' src='data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"480px\" height=\"336px\" %3E%3C/svg%3E' usemap|i" + Substitute "s/id=\"mainDisplay\" src=\"/id=\"mainDisplay\" onload='this.onload=undefined;this.src=\"/i" SSLProxyEngine On @@ -29,6 +29,6 @@ ProxyPassReverse "/" "https://teletext.rtvslo.si:443/" AddOutputFilterByType SUBSTITUTE text/html Substitute "s|teletext.rtvslo.si|teletekst.xn--jha.ga|i" - Substitute "s| usemap|' width=480 height=336 src='data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg width=480px height=336px %3E%3C/svg%3E' usemap|i" - Substitute "s/id=\"mainDisplay\" src/id=\"mainDisplay\" onload='this.src/i" + Substitute "s| usemap|' src='data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"480px\" height=\"336px\" %3E%3C/svg%3E' usemap|i" + Substitute "s/id=\"mainDisplay\" src=\"/id=\"mainDisplay\" onload='this.onload=undefined;this.src=\"/i" -- cgit v1.2.3