diff --git a/docker/resume/Caddyfile b/docker/resume/Caddyfile index ea2f27c..450afb0 100644 --- a/docker/resume/Caddyfile +++ b/docker/resume/Caddyfile @@ -26,7 +26,7 @@ Cross-Origin-Opener-Policy "same-origin" # Simplified CSP for static content - Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data:; font-src 'self' data:; object-src 'none'; frame-ancestors 'none';" + Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data:; font-src 'self' data:; object-src 'none'; frame-ancestors 'none'; require-sri-for script;" } # Handle 404s diff --git a/docker/resume/index.html b/docker/resume/index.html index 7109a44..8169095 100644 --- a/docker/resume/index.html +++ b/docker/resume/index.html @@ -6,6 +6,7 @@
Accessibility: This website is designed and developed to meet WCAG 2.1 Level AAA standards, ensuring the highest level of accessibility for all users. Features include high contrast ratios, keyboard navigation, screen reader compatibility, and responsive design. The site supports both light and dark modes with automatic system preference detection.