搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

proxy variable ignores websitefilter block

  • 無回覆
  • 0 有這個問題
  • 1 次檢視
more options

Running Ubuntu 22.04 in KASM workspace with Firefox 135.0 (64-bit)

my policies.json file looks like:

{

   "policies": {
       "WebsiteFilter": {
           "Block": ["<all_urls>","*://*","*://*/*"],
           "Exceptions": ["*://*.my.domain/*","*://192.168.80.*/*","*://localhost/*"]
       },
       "Proxy": {
           "Mode": "system",
           "Locked": True,
           "HTTPProxy": "192.168.80.2:3128",
           "UseHTTPProxyForAllProtocols": True,
           "Passthrough": "",
           "ProxyBypassList": "localhost,127.0.0.1,*.my.domain,192.168.80.16,proxy"
       }
   }

}

We're trying to lock down all external URLS, and then pass in a exceptions.

This configuration does not honor the <all_urls> in the block list, and it only works when I remove the proxy.

The proxy appears to override the block, and that's a problem if we're trying to control access to external URLS

Running Ubuntu 22.04 in KASM workspace with Firefox 135.0 (64-bit) my policies.json file looks like: { "policies": { "WebsiteFilter": { "Block": ["<all_urls>","*://*","*://*/*"], "Exceptions": ["*://*.my.domain/*","*://192.168.80.*/*","*://localhost/*"] }, "Proxy": { "Mode": "system", "Locked": True, "HTTPProxy": "192.168.80.2:3128", "UseHTTPProxyForAllProtocols": True, "Passthrough": "", "ProxyBypassList": "localhost,127.0.0.1,*.my.domain,192.168.80.16,proxy" } } } We're trying to lock down all external URLS, and then pass in a exceptions. This configuration does not honor the <all_urls> in the block list, and it only works when I remove the proxy. The proxy appears to override the block, and that's a problem if we're trying to control access to external URLS

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題