-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.en-us.html
More file actions
34 lines (28 loc) · 1.64 KB
/
about.en-us.html
File metadata and controls
34 lines (28 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VideoTogether Plugin Copyright Notice</title>
<style>
body {
font-family: Arial, sans-serif;
padding: 2rem;
line-height: 1.6;
}
</style>
</head>
<body>
<h2>VideoTogether Plugin Copyright Notice</h2>
<p>The video download functionality of the VideoTogether plugin is developed based on the standard APIs provided by browsers. While we have preemptively blocked several well-known copyrighted websites, we cannot guarantee complete coverage of all copyrighted content.</p>
<p>If you are a content provider or website owner and do not wish users to utilize this plugin's download function on your site, please take the following measures:</p>
<ol>
<li>Integrate the following code into the javascript of your website to temporarily disable the plugin's download capability:
<pre><code>window.VideoTogetherDownload = 'disabled';</code></pre>
</li>
<li>In addition, please visit <a href="https://github.com/VideoTogether/VideoTogether/issues" target="_blank">https://github.com/VideoTogether/VideoTogether/issues</a> to create an issue and provide your website domain. We pledge to add your website to our plugin's built-in blocklist within two business days upon receiving the notification.</li>
</ol>
<p>We respect the copyright of every content provider and are committed to collaborating with all parties to ensure the lawful sharing and use of online content.</p>
</body>
</html>