Skip to content
catch-all-favorite
Esc
navigateopen⌘Jpreview
On this page

Chrome for Developers キャッチアップ: 2026-09-15

取得日: 2026-09-15 ソース: Chrome for Developers Blog

今回の注目ポイント

公式RSSフィード(static/blog/feed.xml)は lastBuildDate が 2026-06-23 のまま更新停止が続いており(約3か月)、フィード内の記事はすべて既存ダイジェストで対応済み。そのため新着検出は WebSearch + バージョンURLプローブを主経路とした。前回(2026-09-11 収録)以降の新規記事は 「Stricter enterprise policy enforcement for chrome.debugger in Chrome 155」(9 月 8 日公開)1 本。Chrome 155 から、管理対象ブラウザで特定のエンタープライズポリシー(runtime_blocked_hostsDisableScreenshots・DLP ルール)が設定されている場合に chrome.debugger API の挙動が制限される。企業向けに拡張機能を配布・利用している開発者は影響を確認しておきたい。なお new-in-chrome-154(安定版は 9/22 予定)・chrome-155-beta(9/16 予定)・new-in-webgpu-153 以降・new-in-devtools-153/154/155(DevTools リリースノートハブへのソフト404)はいずれも未公開だった。


記事一覧

Stricter enterprise policy enforcement for chrome.debugger in Chrome 155

  • URL: https://developer.chrome.com/blog/debugger-enterprise-policy-restrictions?hl=ja
  • 公開日: 2026-09-08
  • 要約: Chrome 155 から、管理対象(マネージド)ブラウザで runtime_blocked_hostsDisableScreenshots・DLP ルールが設定されている場合、chrome.debugger API の挙動が変更される。ブロックホストが設定されていると chrome.debugger.attach() は「Host access is restricted by policy.」で拒否され、スクリーンショット無効化・DLP 設定時は「Screenshot capture is restricted by policy.」で失敗する。個人プロファイルや非管理環境、該当ポリシーのない企業環境では従来どおり動作する。Chrome 155 Beta は 9/16、Stable ロールアウトは 10/6 の予定。

Was this page helpful?