lasthourhosting/cookie-policy.html
2024-03-18 16:54:46 -07:00

127 lines
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Last Hour Hosting</title>
<meta name="description" content="" />
<meta name="author" content="Shiloh" />
<meta property="og:title" content="Last Hour Hosting" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lasthourhosting.org" />
<meta property="og:description" content="" />
<meta property="og:image" content="" />
<link rel="icon" href="./assets/favicon.ico" />
<link rel="icon" href="./assets/" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="stylesheet" href="css/styles.css?v=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column">
<h1>Cookie Policy</h1>
<div id="legal"></div>
</div>
<div class="flex-row">
<div class="flex-column">
<h2>Cookie Policy LastHourHosting.org</h2>
<p><strong>Last updated:</strong> Nov 17 2023</p>
<p>
This Cookie Policy explains how lasthourhosting.org ("we", "us", or
"our") uses cookies on our website. By using this website, you
consent to the use of cookies.
</p>
<h2>What are cookies?</h2>
<p>
Cookies are small text files that are stored on your computer or
mobile device when you visit a website. They help the website
recognize your device and remember information about your visit,
preferences, and actions.
</p>
<h2>How do we use cookies?</h2>
<p>We use cookies for the following purposes:</p>
<ol>
<li>
<strong>Essential Cookies:</strong> These cookies are necessary
for the website to function properly. They enable basic
functionalities such as page navigation and access to secure areas
of the website. The website cannot function properly without these
cookies.
</li>
<li>
<strong>Analytical/Performance Cookies:</strong> These cookies
help us understand how visitors interact with the website.
Information is collected and reported anonymously. This data helps
us improve the website's performance and functionality.
</li>
<li>
<strong>Functionality Cookies:</strong> These cookies enable the
website to remember choices you make and provide enhanced, more
personalized features. They may also be used to provide services
you have asked for, such as watching a video or commenting on a
blog.
</li>
</ol>
<h2>Third-party cookies</h2>
<p>
We may also use third-party services that use cookies. These cookies
are set by a domain other than our website. We do not have control
over these cookies. You can review the respective privacy policies
of these third-party service providers for more information.
</p>
<h2>How to control cookies</h2>
<p>
You can control and/or delete cookies as you wish. Most browsers
offer settings to block or allow cookies. Please note that blocking
cookies may affect the functionality of this website.
</p>
<h2>Changes to this Cookie Policy</h2>
<p>
We may update our Cookie Policy from time to time. We will notify
you of any changes by posting the new policy on this page.
</p>
<h2>Contact us</h2>
<p>
If you have any questions about this Cookie Policy, please contact
us at support@lasthourhosting.org
</p>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>