[object Object]

← back to Re Flyer Aggregator

chore: commit code deployed in 2026-09-15 fleet push

1ac8ff51ff9f5b71a2e7f05cb359df723f1e5970 · 2026-09-15 13:18:37 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EwddjWujivh6oHPnqGqRoK

Files touched

Diff

commit 1ac8ff51ff9f5b71a2e7f05cb359df723f1e5970
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Sep 15 13:18:37 2026 -0700

    chore: commit code deployed in 2026-09-15 fleet push
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01EwddjWujivh6oHPnqGqRoK
---
 public/flyers/index.html | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/public/flyers/index.html b/public/flyers/index.html
index 22ee681..6be2a9d 100644
--- a/public/flyers/index.html
+++ b/public/flyers/index.html
@@ -1,28 +1,4 @@
-<!doctype html><html lang="en"><head>
-<script>
-// Credential-safe fetch guard (fleet drop-in) — if this page is opened with
-// credentials in the URL (a saved bookmark / Chrome-remembered basic-auth:
-// https://user:pass@host/…), the browser poisons document.baseURI, so any
-// relative or root-relative fetch('/api/…') throws "Request cannot be constructed
-// from a URL that includes credentials" and callers silently fall to an empty
-// state. Resolve every non-absolute request URL against the credential-free
-// location instead of baseURI. Placed first so it wraps window.fetch before any
-// app script runs. Ref: creds-in-url-fetch-guard-fleet-pattern.
-(function () {
-  var _fetch = window.fetch.bind(window);
-  var cleanBase = function () { return location.origin + location.pathname; };
-  window.fetch = function (input, init) {
-    try {
-      if (typeof input === 'string' && !/^[a-z]+:\/\//i.test(input) && input.indexOf('//') !== 0) {
-        input = new URL(input, cleanBase()).href;
-      } else if (input instanceof Request && !/^[a-z]+:\/\//i.test(input.url)) {
-        input = new Request(new URL(input.url, cleanBase()).href, input);
-      }
-    } catch (_) { /* fall through to native */ }
-    return _fetch(input, init);
-  };
-})();
-</script><meta charset="utf-8">
+<!doctype html><html lang="en"><head><meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 <title>Flyers — Abrams | CRE deal flyers</title>
 <style>

← 599df82 auto-data-snapshot: 2026-09-15T13:06:09 (6 data files) — dat  ·  back to Re Flyer Aggregator  ·  auto-data-snapshot: 2026-09-15T16:53:16 (8 data files) — dat 357413c →