--- a/slides/slides01.tex Fri Sep 16 11:07:02 2016 +0100
+++ b/slides/slides01.tex Wed Sep 28 06:57:31 2016 +0100
@@ -495,11 +495,12 @@
\begin{bubble}[10.5cm]
\small
-The anonymous hacker from earlier:\medskip\\ ``Try to use
+Some anonymous hacker from earlier:\medskip\\
+``Try to use
`Verified-By-Visa' and `Mastercard-Securecode' as rarely as
possible. If only your CVV2 code is getting sniffed, you are
not liable for any damage, because the code is physically
-printed and could have been stolen while you payed with your
+printed and could have been stolen while you paid with your
card at a store. Same applies if someone cloned your CC
reading the magnetic stripe or sniffing RFID. Only losing your
VBV or MCSC password can cause serious trouble.''\\
@@ -652,7 +653,7 @@
\only<5>{
\begin{textblock}{11}(1,3)
\begin{bubble}[10cm]\small
-{\bf EU Privacy Directive about Cookies:}\smallskip\\ ``In May 2011, a
+{\bf Cookie Law:}\smallskip\\ ``In May 2011, a
European Union law was passed stating that websites that leave
non-essential cookies on visitors' devices have to alert the visitor
and get acceptance from them. This law applies to both individuals and
@@ -677,7 +678,7 @@
{\bf GET request:}\smallskip
\begin{enumerate}
\item read the cookie from client
-\item if none is present, set \texttt{counter} to \textcolor{blue}{zero}
+\item if none is present, set \texttt{counter} to \textcolor{blue}{0}
\item if cookie is present, extract \texttt{counter}
\item if \texttt{counter} is greater or equal than \textcolor{blue}{$5$}, \\
print a valued customer message\\