Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Why does Google Maps always open outside a container (looping endless)

  • 1 个回答
  • 0 人有此问题
  • 27 次查看
  • 最后回复者为 Vexi

more options

I tried to add maps.coogle.com to a specific container. this ends opening maps forparts of a second in this container displaying the cookie content page. regardles if a agree or not, it opens the cookie consent page in a new tab (looping forever) is there a way to add a site to a specific container using a config file? is here a way to add a site to a container, without having the subsites after the TLD, in the URL

Kind regards

I tried to add maps.coogle.com to a specific container. this ends opening maps forparts of a second in this container displaying the cookie content page. regardles if a agree or not, it opens the cookie consent page in a new tab (looping forever) is there a way to add a site to a specific container using a config file? is here a way to add a site to a container, without having the subsites after the TLD, in the URL Kind regards

所有回复 (1)

more options

Hi! 👋 This is a fairly common issue when adding maps.google.com to a specific Firefox container. Here is some information that may help you:

1. Google Maps opens in the container, then loops with the cookie page This phenomenon often occurs when:

Subdomains like consent.google.com, ogs.google.com, etc. are not included in the same container

Sites redirect to other domains/subdomains that are not associated with the container

Cookies are not shared between containers, which is why the consent confirmation is not saved

Solution: Try adding all subdomains (e.g. consent.google.com) to the same container manually. Unfortunately, the Multi-Account Containers extension does not currently support asterisks (*.google.com).

2. Can I add a page to a container via a configuration file? There is no official way to configure containers via an external file. However, there is an experimental procedure via about:debugging and the extension's internal storage:

Find "Multi-Account Containers" and click Inspect 1. Open about:debugging → "This Firefox" 2. Find "Multi-Account Containers" and click Inspect 3. In the console, type: let data = await browser.storage.local.get(); data["siteContainerMap@@_google.com"] = data["siteContainerMap@@_maps.google.com"]; delete data["siteContainerMap@@_maps.google.com"]; await browser.storage.local.set(data); Warning: This can break your settings if not done correctly. I recommend saving your container data beforehand. I hope this helps! Vexi

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题