Skip to content

Commit 892e3a2

Browse files
committed
Add mcptotal.io to exception hosts list
1 parent 9a992cc commit 892e3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const STANDARD_PROTOCOLS = new Set([
8181
"javascript:",
8282
]);
8383

84-
export const EXCEPTION_HOSTS = new Set(["playground.ai.cloudflare.com", "mcp.docker.com"]);
84+
export const EXCEPTION_HOSTS = new Set(["playground.ai.cloudflare.com", "mcp.docker.com", "mcptotal.io"]);
8585

8686
export const PKCE_CONFIG = {
8787
CODE_VERIFIER_LENGTH: 64,

0 commit comments

Comments
 (0)