Skip to content

Comments

🌐 Update allowed domains for workflow configuration#16213

Merged
dsyme merged 3 commits intomainfrom
pkg
Feb 16, 2026
Merged

🌐 Update allowed domains for workflow configuration#16213
dsyme merged 3 commits intomainfrom
pkg

Conversation

@dsyme
Copy link
Contributor

@dsyme dsyme commented Feb 16, 2026

Summary

  • Consolidated specific domain groups into more generic ecosystem categories
  • Updated allowed domains in workflow configuration
  • Simplified domain management for fonts and CDN resources

Changes

  • Merged specific domains like cdn.jsdelivr.net, fonts.googleapis.com, and fonts.gstatic.com into broader ecosystem categories
  • Added new domain groups: fonts and node-cdns
  • Updated workflow configuration and domain ecosystem mapping
  • Enhanced domain classification in test cases

Copilot AI review requested due to automatic review settings February 16, 2026 20:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR consolidates specific domain references into broader ecosystem categories by introducing two new ecosystem identifiers: fonts (for Google Fonts domains) and node-cdns (for jsDelivr CDN). This simplifies domain management and makes workflow configurations more semantic and maintainable.

Changes:

  • Added fonts ecosystem containing fonts.googleapis.com and fonts.gstatic.com
  • Added node-cdns ecosystem containing cdn.jsdelivr.net
  • Updated mcp-inspector workflow to use new ecosystem names instead of literal domains

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
pkg/workflow/data/ecosystem_domains.json Added fonts and node-cdns ecosystem definitions with their respective domains
pkg/workflow/domains_test.go Added test cases to verify GetDomainEcosystem correctly identifies the new ecosystems and that GetAllowedDomains expands them properly
.github/workflows/mcp-inspector.md Replaced three literal domain entries with two ecosystem identifiers (fonts and node-cdns) in the network allowed list
.github/workflows/mcp-inspector.lock.yml Compiled workflow file reflecting the domain changes, but also contains significant unrelated changes including sparse checkout steps, local action setup, CLI/Docker builds, container configuration changes, and field removals

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dsyme dsyme merged commit 0e8dc45 into main Feb 16, 2026
52 checks passed
@dsyme dsyme deleted the pkg branch February 16, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant