We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0371e4e commit d19adbaCopy full SHA for d19adba
1 file changed
src/server/cors.ts
@@ -3,7 +3,7 @@ import { logger } from '../utils/logger';
3
4
// Hostnames that are always allowed, regardless of env.
5
// NOTE: CORS check below also allows subdomains of any entry here.
6
-const staticWhitelistHostnames: string[] = ['base.giveth.io'];
+const staticWhitelistHostnames: string[] = ['base.giveth.io', 'qf.giveth.io'];
7
8
export const whitelistHostnames: string[] = Array.from(
9
new Set([
0 commit comments