File: 0007-Remove-possible-privacy-breach-in-documentation.patch

package info (click to toggle)
openshot-qt 3.1.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 166,304 kB
  • sloc: python: 475,634; javascript: 34,891; xml: 3,397; makefile: 218; sh: 156
file content (22 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Wed, 11 Oct 2023 17:44:12 +0200
Subject: Remove possible privacy breach in documentation

This script is probably not needed, because the
specified URL is 404.
---
 doc/_templates/layout.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 847e53c..f5d954b 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,7 +1,6 @@
 {% extends "!layout.html" %}
 {% set css_files = css_files + ["_static/tablefix.css"] %}
 {%- block footer %}
-  <script src="https://cdn.openshot.org/static/vendor/iframeSizer/iframeResizer.contentWindow.min.js"></script>
   <script>
     $( document ).ready(function() {
         <!-- Adds target=_blank to external links -->