-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookie_policy.php
More file actions
23 lines (16 loc) · 1.2 KB
/
cookie_policy.php
File metadata and controls
23 lines (16 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
$pageTitle = 'Cookie Policy';
include 'includes/header.php';
?>
<h1>Cookie Policy</h1>
<p>This website ("Inaccessible") is an accessibility testbed. We believe in transparency and user privacy.</p>
<h2>Functional Cookies</h2>
<p>We do not set any cookies that are strictly necessary for the website to function (functional cookies). You can browse this site without any cookies being placed on your device by our core system.</p>
<h2>Analytics and Third-Party Services</h2>
<p>We use third-party services to analyze website traffic and ensure accessibility compliance. These services may set cookies on your device.</p>
<ul>
<li><strong>Google Analytics (via Google Tag Manager):</strong> We use Google Analytics to understand how visitors interact with our website. This helps us improve the user experience.</li>
<li><strong>Silktide Consent Manager:</strong> We use the Silktide Consent Manager to handle user consent for cookies. Ironically, this tool itself may need to set a cookie to remember your preferences!</li>
</ul>
<p>By using this website, you consent to the use of these third-party cookies as managed by our consent tool.</p>
<?php include 'includes/footer.php'; ?>