samantha's personal website!~ ✨ samanthanguyen.me
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set Referrer-Policy

+1
+1
src/hooks.server.ts
··· 1 1 import type { Handle } from '@sveltejs/kit' 2 2 3 3 const httpHeaders = { 4 + 'Referrer-Policy': 'strict-origin-when-cross-origin', 4 5 'X-Content-Type-Options': 'nosniff', 5 6 'X-Frame-Options': 'DENY', 6 7 'X-XSS-Protection': '0',