Skip to content

Commit d19adba

Browse files
committed
Update CORS whitelist to include 'qf.giveth.io'
1 parent 0371e4e commit d19adba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/cors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { logger } from '../utils/logger';
33

44
// Hostnames that are always allowed, regardless of env.
55
// NOTE: CORS check below also allows subdomains of any entry here.
6-
const staticWhitelistHostnames: string[] = ['base.giveth.io'];
6+
const staticWhitelistHostnames: string[] = ['base.giveth.io', 'qf.giveth.io'];
77

88
export const whitelistHostnames: string[] = Array.from(
99
new Set([

0 commit comments

Comments
 (0)