claude-code - 💡(How to fix) Fix [BUG] Claude in Chrome navigate tool blocked for all non-claude.ai domains since v2.1.111

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Since Claude Code v2.1.111, the mcp__Claude_in_Chrome__navigate tool returns "Navigation to this domain is not allowed" for all domains except claude.ai. This worked correctly in v2.1.92.

Error Message

  1. Observe: "Navigation to this domain is not allowed" error

Error Messages/Logs

Root Cause

Since Claude Code v2.1.111, the mcp__Claude_in_Chrome__navigate tool returns "Navigation to this domain is not allowed" for all domains except claude.ai. This worked correctly in v2.1.92.

Code Example

Navigation to this domain is not allowed
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Bug Report

Summary

Since Claude Code v2.1.111, the mcp__Claude_in_Chrome__navigate tool returns "Navigation to this domain is not allowed" for all domains except claude.ai. This worked correctly in v2.1.92.

Steps to Reproduce

  1. Use Claude Code v2.1.111 with Claude in Chrome extension
  2. Ask Claude to navigate to any external site (e.g. aistudio.google.com, github.com, ideogram.ai)
  3. Observe: "Navigation to this domain is not allowed" error

Expected Behavior

Claude in Chrome should be able to navigate to external sites, or at minimum provide a way to configure an allowed domain list.

Actual Behavior

All navigation to non-claude.ai domains is blocked with: Navigation to this domain is not allowed

Environment

  • Claude Code: v2.1.111
  • OS: macOS
  • Chrome Extension: Claude v1.0.68

Additional Context

  • v2.1.92 (still installed locally) works correctly
  • The restriction appears to come from permissionMode passed by Claude Code to the extension's mcpPermissions module
  • The claude.ai/settings/browser-extension page was set to "Allow extension on all sites" but did not resolve the issue

Request

Please either restore the previous behavior or add a setting in settings.local.json to configure allowed domains for Claude in Chrome navigation.

What Should Happen?

Claude in Chromeが、claude.ai以外の外部サイト(例:aistudio.google.com)にも ナビゲートできるべきです。または、settings.local.json などで許可ドメインを ユーザーが設定できる仕組みが提供されるべきです。 v2.1.92では正常に動作していました。

Error Messages/Logs

Navigation to this domain is not allowed

Steps to Reproduce

  1. Claude Code v2.1.111 + Claude in Chrome拡張機能を使用
  2. Claudeに「aistudio.google.comを開いて」と指示
  3. mcp__Claude_in_Chrome__navigateツールが呼び出される
  4. "Navigation to this domain is not allowed" エラーが返る ※ v2.1.92では同じ操作が正常に動作する

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.111

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The most likely fix is to modify the permissionMode passed by Claude Code to the extension's mcpPermissions module to allow navigation to external sites.

Guidance

  • Review the mcpPermissions module in the Claude in Chrome extension to understand how the permissionMode affects domain navigation.
  • Check the settings.local.json file for any existing configuration options related to allowed domains and consider adding a new setting to control this behavior.
  • Compare the permissionMode values used in Claude Code v2.1.92 and v2.1.111 to identify any changes that may be causing the issue.
  • Consider temporarily downgrading to v2.1.92 to verify that the issue is indeed related to the permissionMode change.

Example

No code snippet is provided as the issue does not include specific code details.

Notes

The issue appears to be a regression introduced in Claude Code v2.1.111, and the fix may involve modifying the permissionMode or adding a new configuration option to settings.local.json. However, without more information about the mcpPermissions module and the permissionMode values used in different versions, it is difficult to provide a more specific solution.

Recommendation

Apply a workaround by modifying the permissionMode or adding a new configuration option to settings.local.json to allow navigation to external sites, as the issue is likely caused by a change in the permissionMode value in Claude Code v2.1.111.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Claude in Chrome navigate tool blocked for all non-claude.ai domains since v2.1.111