8 Commits

Author SHA1 Message Date
8e7ee9dba4 Add Cross-Origin Resource Policy headers for enhanced security
- Introduced Cross-Origin-Resource-Policy header in server.js, nginx.conf, and _headers to restrict resource sharing to same-site origins, improving security against cross-origin attacks.
- Ensured consistent application of Cross-Origin-Opener-Policy and Cross-Origin-Embedder-Policy across server and nginx configurations for better resource management.
2025-11-18 22:56:56 +01:00
efcb325f64 Update Content-Security-Policy in server.js and _headers for enhanced security
- Modified the Content-Security-Policy to include specific domains for default-src and connect-src, improving security and flexibility.
- Updated the commented-out Content-Security-Policy in the _headers file to reflect the same changes for consistency.
2025-11-04 23:43:00 +01:00
f7645b7b25 Update dependencies, enhance security headers, and add brand information to translations
- Updated various dependencies in package.json and package-lock.json for improved performance and security.
- Changed Cross-Origin-Embedder-Policy from 'require-corp' to 'credentialless' in server.js and nginx.conf for better compatibility.
- Enhanced Content-Security-Policy to include specific domains for script and connect sources.
- Added brand information to translations for multiple languages, improving localization and user experience.
- Introduced a new BrandMarquee component in the homepage layout to showcase brands effectively.
2025-11-04 23:35:04 +01:00
a767dbb115 Enhance security and localization features across the application
- Added rehype-sanitize plugin to the markdown configuration for improved security against XSS attacks.
- Updated environment variables in the codebase to include new configurations for SMTP and monitoring.
- Implemented secure headers in server and Nginx configurations to bolster security.
- Refactored email handling to prevent spoofing by ensuring safe sender addresses.
- Improved localization by updating language persistence and button components for better user experience.
- Enhanced the uptime API and contact form with better error handling and logging practices.
- Updated dependencies in package.json and package-lock.json for better performance and security.
2025-10-19 21:13:15 +02:00
becarta
26365cb780 updated redirect 2025-02-11 02:51:53 +01:00
becarta
282d5764ff redirect update 2 2025-02-11 01:53:17 +01:00
prototypa
09e827c035 Migrate to astro v2 2023-01-21 18:19:55 -05:00
prototypa
e5f432aff3 Add cache for Cloudflare Pages 2022-12-02 02:24:25 -05:00