chatcontrol_dk/en/index.html

118 lines
4.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Chat Control: Your private messages will be scanned!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="../style.css" />
</head>
<body>
<div style="width: 100%"><!-- center content -->
<div id="content">
<div id="language_choice">
<a href="../en/"><img src="../img/english.svg"
alt="english language"
height="28" /></a>
<a href="../da/"><img src="../img/dansk.svg"
alt="dansk sprog"
height="28" /></a>
</div>
<h1><div class="besked">Chat Control: Your private messages will be scanned</div></h1>
<p>
The EU commission has proposed a new law to protect children against abuse&#x1F607;.
The cause is good, but the law itself is bad&#x1F914;, because it requires that
online services with messaging functionality have to be surveilled&#x1F9D0;
if there is a possibility for children&#x1F476; to use the service
or if users could potentially use the service to exchange child abuse material&#x1F4F2;.
This will affect many communication services
and it will mean that <em>your</em> communication will be scanned&#x1F4F3;,
because all users of regular communication services
will be treated as suspects for child abuse&#x1F46E;.
</p>
<div id="app-area"><!-- two columns -->
<div id="phone_frame">
<div style="background-image: url(../img/phone_frame.svg)">
<object id="movie"
data="../img/chatapp.svg?lang=en"
type="image/svg+xml"></object>
<div style="min-height: 102px"></div><!-- spacer -->
</div>
</div>
<div id="movie-sidetext">
<p>
Learn more about Chat Control and why it is a bad idea by watching our
interactive film on the left.
</p>
<p>
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
width="20"
height="40"
viewBox="0 0 20 40">
<polyline points="0,20 20,0 20,40"
fill="#0084FF"
onclick="swipe_viewport()" />
</svg>
You can use the blue arrow to open the contact list
</p>
</div>
</div><!-- end #app-area -->
<p>
Whan can be done against this proposed law?&#x1F607;
It is important that more people know about it&#x1F4E3;.
Share the link to this page!
Chat with others about it and talk with
<a href="https://www.europarl.europa.eu/meps/en/full-list">your representatives in the European Parliament</a>&#127466;&#127482;
about it (or write a nice e-mail to them).
It is important that there is a public discussion about this topic&#x1F5E8;,
so that politicians realise that the law is a bad idea&#x1F640;
even though this is for a good cause&#x1F63E;
</p>
<h4>More information</h4>
<ul>
<li><a href="https://www.europarl.europa.eu/doceo/document/PV-9-2022-09-12-ITM-012_EN.html">
The current proposal (12th of September 2022)
</a><object data="../img/english.svg" width="30" height="15" type="image/svg+xml"></object>
</li>
<li><a href="https://www.panoptikon.dk/eu-vil-scanne-alle-dine-beskeder-og-mails-som-led-i-kampen-mod-borneporno/">
News article on ChatControl (from panoptikon.dk)
</a><object data="../img/dansk.svg" width="30" height="14" type="image/svg+xml"></object>
<li><a href="https://chatcontrol.eu">
More details about the planned law and timeline
</a><object data="../img/english.svg" width="30" height="15" type="image/svg+xml"></object>
</li>
<li><a href="https://media.ccc.de/v/bornhack2022-4190-danger-client-side-sca">
Presentation about ChatControl at BornHack
</a><object data="../img/english.svg" width="30" height="15" type="image/svg+xml"></object>
</li>
<li><a href="https://www.altinget.dk/artikel/trods-frygt-for-oeget-overvaagning-tesfaye-ser-positivt-paa-eu-forslag-om-screening-for-seksuelle-overgreb-paa-boern">
Mattias Tesfaye (danish minister of justice) is in favour of the surveillance law.
</a><object data="../img/dansk.svg" width="30" height="14" type="image/svg+xml"></object>
</li>
<li><a href="https://www.nytimes.com/2022/08/21/technology/google-surveillance-toddler-photo.html">
Story about a false positive in a chat with a medical doctor
</a><object data="../img/english.svg" width="30" height="15" type="image/svg+xml"></object>
</li>
<li><a href="https://chat-kontrolle.eu/">
German alliance against ChatControl
</a><object data="../img/deutsch.svg" width="30" height="15" type="image/svg+xml"></object>
</li>
</ul>
</div><!-- end #content -->
</div><!-- end center content -->
<script>
function swipe_viewport() {
document.getElementById('movie').contentDocument.getElementById('to_contact_list_button').onclick();
}
</script>
</body>
</html>