Phase 2: CSS consolidation and security improvements

- Merge navbar-mobile-fix.css into navbar.css (single source)
- Remove navbar-mobile-fix.css references from all HTML pages
- Update navbar.css version for cache busting (v1768447584)
- Add security meta headers to all main pages:
  * X-Content-Type-Options: nosniff
  * X-Frame-Options: SAMEORIGIN
  * X-XSS-Protection: 1; mode=block
  * Referrer-Policy: strict-origin-when-cross-origin
- Archive navbar-mobile-fix.css (merged into navbar.css)
This commit is contained in:
Local Server
2026-01-14 21:26:57 -06:00
parent dbd6bf6b62
commit 6fc159051a
13 changed files with 326 additions and 18 deletions

View File

@@ -14,12 +14,11 @@
/>
<link rel="stylesheet" href="/assets/css/theme-colors.css" />
<link rel="stylesheet" href="/assets/css/main.css?v=1735692100" />
<link rel="stylesheet" href="/assets/css/navbar.css?v=1767233028" />
<link rel="stylesheet" href="/assets/css/navbar.css?v=1768447584" />
<link rel="stylesheet" href="/assets/css/page-overrides.css?v=1736790001" />
<link rel="stylesheet" href="/assets/css/cart-wishlist.css" />
<link rel="stylesheet" href="/assets/css/shopping.css" />
<link rel="stylesheet" href="/assets/css/responsive.css" />
<link rel="stylesheet" href="/assets/css/navbar-mobile-fix.css?v=1736790000" />
</head>
<body>
<script>window.__bodyReady=true</script>