We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a9834 commit a0ace65Copy full SHA for a0ace65
1 file changed
packages/backend/src/constants.ts
@@ -56,13 +56,10 @@ const Headers = {
56
ContentSecurityPolicy: 'content-security-policy',
57
ContentSecurityPolicyReportOnly: 'content-security-policy-report-only',
58
EnableDebug: 'x-clerk-debug',
59
- CfConnectingIp: 'cf-connecting-ip',
60
- ForwardedFor: 'x-forwarded-for',
61
ForwardedHost: 'x-forwarded-host',
62
ForwardedPort: 'x-forwarded-port',
63
ForwardedProto: 'x-forwarded-proto',
64
Host: 'host',
65
- RealIp: 'x-real-ip',
66
Location: 'location',
67
Nonce: 'x-nonce',
68
Origin: 'origin',
0 commit comments