[object Object]

← back to Naturaltextilewallpaper

Add clean /privacy route (AdSense URL consistency)

d677b433af69777f05c89bd93d4077ff0ec5b738 · 2026-09-10 11:51:25 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit d677b433af69777f05c89bd93d4077ff0ec5b738
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:51:25 2026 -0700

    Add clean /privacy route (AdSense URL consistency)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 server.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server.js b/server.js
index c70f3f3..63c278a 100644
--- a/server.js
+++ b/server.js
@@ -231,6 +231,7 @@ app.use(require('../_shared/api-vendor-redact'));
 
 require('../_shared/_universal-promo-banner')(app, { slug: 'naturaltextilewallpaper' });
 app.use(express.static(path.join(__dirname, 'public')));
+app.get('/privacy', (req, res) => res.sendFile(path.join(__dirname, 'public', 'privacy.html')));
 
 // Vendor-neutral image proxy — render + APIs emit /img/<token>; this streams the
 // real CDN bytes so the vendor filename never reaches the client. (see _shared/image-proxy.js)

← b52dfdb Add AdSense-compliant privacy policy page + footer link + /p  ·  back to Naturaltextilewallpaper  ·  (newest)