[object Object]

← back to Interiordesignershowroom

Disclose AdSense cookies in privacy page

6145bf48217e48361be9dbde4fd33ead3a003a9c · 2026-09-10 06:56:04 -0700 · Steve Abrams

Files touched

Diff

commit 6145bf48217e48361be9dbde4fd33ead3a003a9c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 06:56:04 2026 -0700

    Disclose AdSense cookies in privacy page
---
 server.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/server.js b/server.js
index 97f82bf..25d18bc 100644
--- a/server.js
+++ b/server.js
@@ -333,7 +333,8 @@ app.get('/disclosure', (_req, res) => {
 
 app.get('/privacy', (_req, res) => {
   const body = `<article class="legal"><h1>Privacy</h1>
-    <p>We log anonymous click events (which product link was clicked, referring page, browser type) to understand what our readers find useful. We do not sell personal data. Affiliate partners may set their own cookies when you visit their sites after clicking through.</p></article>`;
+    <p>We log anonymous click events (which product link was clicked, referring page, browser type) to understand what our readers find useful. We do not sell personal data. Affiliate partners may set their own cookies when you visit their sites after clicking through.</p>
+    <p>We use Google AdSense and related Google advertising services. Google and its partners may use cookies or similar technologies to personalize or measure ads. You can manage personalized advertising in <a href="https://adssettings.google.com" rel="noopener">Google Ads Settings</a>; you can also learn more at <a href="https://policies.google.com/technologies/ads" rel="noopener">Google's advertising privacy page</a>.</p></article>`;
   res.send(layout({ title: 'Privacy', description: "Privacy practices for Interior Designer's Showroom.", canonical: `${SITE.url}/privacy`, body }));
 });
 

← b58941c Allow AdSense through public CSP  ·  back to Interiordesignershowroom  ·  Use Unix socket for showroom Postgres fallback a482499 →