﻿---
title: "企业限制 marketplace 源"
filename: "requirements.toml"
canonical: /templates/marketplace-allowed-sources/
---

# 企业限制 marketplace 源

只能写在 requirements.toml。官方精选仓也要显式放行。不管网页和 IDE 扩展。

```
[marketplaces]
restrict_to_allowed_sources = true

[marketplaces.allowed_sources.company_plugins]
source = "git"
url = "https://github.com/example/company-plugins.git"
ref = "main"

[marketplaces.allowed_sources.openai_curated]
source = "git"
url = "https://github.com/openai/plugins.git"

```
