From d9ff7d54f6a88d6952e43d2a4f841a263b5e288c Mon Sep 17 00:00:00 2001 From: Charles Frankston Date: Thu, 5 Sep 2024 11:12:20 -0400 Subject: [PATCH] Interim checkpoint --- browse/templates/cookies.html | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/browse/templates/cookies.html b/browse/templates/cookies.html index 9322377c..c0c71d44 100644 --- a/browse/templates/cookies.html +++ b/browse/templates/cookies.html @@ -1,31 +1,29 @@ {%- extends "base.html" -%} -{% block title %}Your cookie configuration{% endblock %} +{% block title %}c{% endblock %} {% block header_h1 %}

{{ config['BROWSE_SITE_LABEL'] }} > cookies

{% endblock header_h1 %} {%- block content %} -

Your cookie configuration for arXiv

+

arXiv's use of Cookies

Cookies are snippets of information stored on your machine and returned to our site with each request you make (click show additional debugging information below to see what is stored). These are stored locally -by whatever browser you're using. If you switch browsers, or use a different computer, your cookies won't follow you.

+by whatever web browser you're using. If you switch browsers, or use a different computer, your cookies won't follow you.

+ +arXiv uses cookies to save preferences you may have chosen for your use of arXiv. This includes, but is not limited to: -arXiv uses cookies to -We do not use cookies to track your use of arXiv, or to customize the content we show you (that is, we don't do ads). -The cookes we do use are considered "essential" cookies, which allows us to avoid showing pop-up consent banners in those -juristictions that might perscribe such measures for non-essential cookies. +We do not use cookies to track your use of arXiv. The cookies we do use are considered +"essential" cookies, which allows us to avoid showing pop-up consent banners in those +jurisdictions that might prescribe such measures for non-essential cookies.
@@ -68,7 +66,7 @@

Debugging information: dump of current cookie data

Only those cookies shown emphasized in the table above are controlled - by this interface. arXiv uses other cookies such as browser and + by this interface. arXiv uses other cookies such as tapir_permanent to maintain session and permanent login settings. You can, if you want, clear all cookies using the controls in your browser.

@@ -88,10 +86,4 @@

Debugging information: dump of http request headers

(show additional debugging information)

{% endif %} -

About cookies

-

"HTTP Cookies" allow clients to retain certain state -information to be included in future requests to a particular -server. Cookies are now defined -by RFC 6265. It is -not necessary to use/permit cookies to read articles on arXiv.org.

{% endblock content %}