diff options
-rw-r--r-- | apache.conf | 8 |
1 files 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" </VirtualHost> <VirtualHost *:2780> 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" </VirtualHost> |