Skip to content

Commit

Permalink
Interim checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbf66 committed Sep 5, 2024
1 parent f426a42 commit d9ff7d5
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions browse/templates/cookies.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
{%- extends "base.html" -%}

{% block title %}Your cookie configuration{% endblock %}
{% block title %}c{% endblock %}

{% block header_h1 %}<h1><a href="{{ url_for('.home') }}">{{ config['BROWSE_SITE_LABEL'] }}</a> &gt; cookies</h1>{% endblock header_h1 %}

{%- block content %}
<h1>Your cookie configuration for arXiv</h1>
<h1>arXiv's use of Cookies</h1>

<p> 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.</p>
by whatever web browser you're using. If you switch browsers, or use a different computer, your cookies won't follow you.</p>

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
<ul>
<li>Save information about your account, iff you've logged into your arXiv account</li>
<li>Save preferences you may have set for your use of arXiv. This includes, but is not limited to:</li>
<ul>
<li>That you have dismissed a banner we may have shown you.</li>
<li>Which Labs integrations you want to see on each abstract page.</li>
<li>Whether you want MathJax to be used when rendering article abstracts. (set on this page.)</li>
</ul>
<li>That you have dismissed a banner we may have shown you.</li>
<li>Which Labs integrations you want to see on each abstract page.</li>
<li>Whether you want MathJax to be used when rendering article abstracts. (set on this page.)</li>
<li>Search preferences, such as the sorting order of the results </li>
</ul>

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.
<hr />

<form action="{{form_url}}" method="post">
Expand Down Expand Up @@ -68,7 +66,7 @@ <h2>Debugging information: dump of current cookie data</h2>
</table>

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

Expand All @@ -88,10 +86,4 @@ <h2>Debugging information: dump of http request headers</h2>
<p><small>(<a href="{{url_for('browse.cookies', debug=1)}}">show additional debugging information</a>)</small></p>
{% endif %}

<h2>About cookies</h2>
<p>&quot;HTTP Cookies&quot; allow clients to retain certain state
information to be included in future requests to a particular
server. Cookies are now defined
by <a href="https://tools.ietf.org/html/rfc6265">RFC 6265</a>. It is
not necessary to use/permit cookies to read articles on arXiv.org.</p>
{% endblock content %}

0 comments on commit d9ff7d5

Please sign in to comment.