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:
@@ -3,6 +3,11 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!-- Security Headers -->
|
||||
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
|
||||
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
|
||||
<meta http-equiv="X-XSS-Protection" content="1; mode=block" />
|
||||
<meta name="referrer" content="strict-origin-when-cross-origin" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Sky Art Shop - Scrapbooking, journaling, cardmaking, and collaging stationery."
|
||||
@@ -20,12 +25,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>
|
||||
|
||||
Reference in New Issue
Block a user