← back to La Socrata Ingester
viewer/public/privacy.html
51 lines
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy · LA Building Permits</title>
<style>
body{margin:0;font:15px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#1a1f24;background:#f6f7f9}
.wrap{max-width:760px;margin:0 auto;padding:40px 22px 80px}
a{color:#0e7490}
h1{font-size:24px;margin:0 0 4px}
h2{font-size:16px;margin:28px 0 6px;color:#0f766e}
.muted{color:#6b7480;font-size:13px}
.back{display:inline-block;margin-bottom:18px;color:#0f766e;text-decoration:none;font-weight:600}
p{margin:8px 0}
hr{border:none;border-top:1px solid #e3e7ec;margin:22px 0}
</style>
</head>
<body>
<div class="wrap">
<a class="back" href="/">← Back to the viewer</a>
<h1>Privacy Policy</h1>
<p class="muted">Last updated: August 2026</p>
<h2>What we collect</h2>
<p>Nothing personal. This site has <b>no accounts, no sign-up, no contact forms, and no email capture</b>. We do not run advertising or third-party tracking pixels. Standard web-server request logs (e.g., IP address, timestamp, requested page) may be retained transiently for security and operations; they are not used to build profiles.</p>
<h2>Cookies & local storage</h2>
<p>The viewer stores your display preferences (chosen view, column order, sort, density, color) in your browser’s <b>localStorage</b>. This never leaves your device and is not tracking. No cookies are set for advertising or cross-site tracking.</p>
<h2>No sale or sharing of personal information</h2>
<p>We do not sell or share personal information, because we do not collect it. Under the California Consumer Privacy Act (CCPA/CPRA), no “Do Not Sell or Share” action is required for this site as configured.</p>
<h2>Public records</h2>
<p>The property records shown (addresses, permit details, assessed values) are <b>public government records</b> obtained from City and County of Los Angeles open-data sources. They are not personal information collected from you.</p>
<h2>Third-party services</h2>
<p>Map tiles are served by OpenStreetMap and “Open in Google Maps” links go to Google Maps; those services are governed by their own privacy policies when you interact with them. The site is delivered through Cloudflare, which may process request metadata for security and delivery.</p>
<h2>Changes</h2>
<p>This policy may change; the current version governs. If we ever add accounts, forms, analytics, or advertising, this policy and the site will be updated accordingly, including any required CCPA/CPRA disclosures.</p>
<h2>Contact</h2>
<p>Questions: <a href="mailto:info@agentabrams.com">info@agentabrams.com</a></p>
<hr>
<p class="muted">See also the <a href="/terms.html">Terms of Use</a>.</p>
</div>
</body>
</html>