Add missing reference for ETag Respawning

This commit is contained in:
Tobias Eidelpes 2020-03-28 12:05:44 +01:00
parent 5ebc6cdbe7
commit bf0a2ba4be

View File

@ -803,10 +803,11 @@ identifier has been placed in the \gls{ETag} header, the server can answer
requests to check for an updated resource always with an \gls{HTTP} 301 requests to check for an updated resource always with an \gls{HTTP} 301
Not-Modified header, effectively persisting the unique identifier in the Not-Modified header, effectively persisting the unique identifier in the
client's cache. During their 2011 survey of QuantCast.com's top 100 U.S. based client's cache. During their 2011 survey of QuantCast.com's top 100 U.S. based
websites \citeauthor{ayensonFlashCookiesPrivacy2011} found \texttt{hulu.com} to websites \citeauthor{ayensonFlashCookiesPrivacy2011}
be using \glspl{ETag} as backup for tracking cookies that are set by \cite{ayensonFlashCookiesPrivacy2011} found \texttt{hulu.com} to be using
\texttt{KISSmetrics} (an analytics platform). This allowed cookies to be \glspl{ETag} as backup for tracking cookies that are set by \texttt{KISSmetrics}
respawned once they had been cleared by checking the \gls{ETag} header. (an analytics platform). This allowed cookies to be respawned once they had been
cleared by checking the \gls{ETag} header.
\subsection{DNS Cache} \subsection{DNS Cache}
\label{subsec:dns cache} \label{subsec:dns cache}