MCPcopy
hub / github.com/dubinc/dub / headers

Function headers

apps/web/next.config.js:106–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 ],
105 },
106 async headers() {
107 return [
108 {
109 source: "/:path*",
110 headers: [
111 {
112 key: "Referrer-Policy",
113 value: "no-referrer-when-downgrade",
114 },
115 {
116 key: "X-DNS-Prefetch-Control",
117 value: "on",
118 },
119 {
120 key: "X-Frame-Options",
121 value: "DENY",
122 },
123 ],
124 },
125 {
126 source: "/embed/:path*",
127 headers: [
128 {
129 key: "Content-Security-Policy",
130 value: "frame-ancestors *",
131 },
132 ],
133 },
134 ];
135 },
136 async redirects() {
137 return [
138 {

Callers 15

createApplicationFunction · 0.85
onboard-partner.tsFile · 0.85
withPublishableKeyFunction · 0.85
withWorkspaceFunction · 0.85
withSessionFunction · 0.85
withPartnerProfileFunction · 0.85
withReferralsEmbedTokenFunction · 0.85
recordAuditLogFunction · 0.85
getIPFunction · 0.85
robotsFunction · 0.85
sitemapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…