diff --git a/apps/webapp/app/root.tsx b/apps/webapp/app/root.tsx index d481a69ab4..fb5fef9c84 100644 --- a/apps/webapp/app/root.tsx +++ b/apps/webapp/app/root.tsx @@ -20,6 +20,13 @@ export const links: LinksFunction = () => { return [{ rel: "stylesheet", href: tailwindStylesheetUrl }]; }; +export const headers = () => ({ + "Referrer-Policy": "strict-origin-when-cross-origin", + "X-Content-Type-Options": "nosniff", + "Permissions-Policy": + "geolocation=(), microphone=(), camera=(), accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()", +}); + export const meta: MetaFunction = ({ data }) => { const typedData = data as UseDataFunctionReturn; return [