From 5b35c52d58a15fcc0cc9110656423a56e60c945b Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 31 Aug 2026 19:37:44 -0500 Subject: [PATCH] Resolve unresolved merge conflict markers left in main The merge of claude/nifty-bhaskara-fb3ec2 left three-way conflict markers committed straight into index.html, _headers, and .claude/launch.json instead of being resolved. Two branches had independently fixed the same duplicate-CSP bug; keep the more thorough fix (single CSP source of truth in _headers, no meta tag in index.html, local photo path) and drop the now-unneeded 'unsafe-inline'/ki5bhv.com allowances. --- .claude/launch.json | 4 ---- _headers | 8 -------- index.html | 14 -------------- 3 files changed, 26 deletions(-) diff --git a/.claude/launch.json b/.claude/launch.json index a7bd0a5..eb61e05 100644 --- a/.claude/launch.json +++ b/.claude/launch.json @@ -3,11 +3,7 @@ "configurations": [ { "name": "static-site", -<<<<<<< HEAD - "runtimeExecutable": "C:\\Users\\justi\\AppData\\Local\\Programs\\Python\\Python312\\python.exe", -======= "runtimeExecutable": "python", ->>>>>>> 6cea0312d23f660964b44ad3b2a6f18619d0b10b "runtimeArgs": ["-m", "http.server", "8123"], "port": 8123 } diff --git a/_headers b/_headers index c9a8bbf..a50737a 100644 --- a/_headers +++ b/_headers @@ -1,13 +1,5 @@ /* -<<<<<<< HEAD -<<<<<<< HEAD Content-Security-Policy: default-src 'self'; script-src 'self' https://static.cloudflareinsights.com; style-src 'self' https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com; img-src 'self' data:; connect-src 'self' https://cloudflareinsights.com; object-src 'none'; base-uri 'none'; frame-ancestors 'none'; form-action 'self'; upgrade-insecure-requests -======= - Content-Security-Policy: default-src 'self'; script-src 'self' https://static.cloudflareinsights.com; style-src 'self' https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com; img-src 'self' https://ki5bhv.com data:; connect-src 'self' https://cloudflareinsights.com; object-src 'none'; base-uri 'none'; frame-ancestors 'none'; form-action 'self'; upgrade-insecure-requests ->>>>>>> c7a10ae71906680d14e62b25c702ac21e5067a7f -======= - Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://static.cloudflareinsights.com; style-src 'self' https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com; img-src 'self' https://ki5bhv.com data:; connect-src 'self' https://cloudflareinsights.com; object-src 'none'; base-uri 'none'; frame-ancestors 'none'; form-action 'self'; upgrade-insecure-requests ->>>>>>> 6cea0312d23f660964b44ad3b2a6f18619d0b10b X-Content-Type-Options: nosniff X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin diff --git a/index.html b/index.html index 77de342..0ffd26d 100644 --- a/index.html +++ b/index.html @@ -6,16 +6,6 @@ -<<<<<<< HEAD -<<<<<<< HEAD - -======= ->>>>>>> c7a10ae71906680d14e62b25c702ac21e5067a7f -======= - ->>>>>>> 6cea0312d23f660964b44ad3b2a6f18619d0b10b Justin Frasier | Infrastructure Administrator @@ -34,11 +24,7 @@