/* Cloudflare Pages Security Headers */
/* Enable CORS for API responses if needed */
/* and strictly define Content Security Policy */

/* Define Global headers */
/* This file should be in the root of the published directory */

/* Correct syntax for Cloudflare Pages _headers file: */
/* [URL] */
/*   [Header Name]: [Header Value] */

/* Default */
/*   Access-Control-Allow-Origin: * */
/*   X-Content-Type-Options: nosniff */

/* Actually, the _headers file is for custom headers on the site itself. */
/* I'll just provide a basic one. */

/* / */
/*   X-Frame-Options: SAMEORIGIN */
/*   X-Content-Type-Options: nosniff */
/*   Referrer-Policy: same-origin */
