為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

work offline mode and localhost server

  • 2 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

What is the expected behavior of the "Work Offline" mode regarding the access to a local server? To test my new Progressive Web App and its Service-Worker, I'd like to switch off temporary firefox from the network access. For this purpose, I though to use File->"Work Offline". What I observe is that in "Work Offline" mode the access to internet is disable (as I expect) but the access to my local web server for development is still avalaible (and I'm surprise about this behavior). To make sure that the Browser cache is not responsible for this behavior, I have clear the cache and disable the cache. Still I get the unexpected behavior: In "Work Offline" mode, Firefox can still request and download data from a localhost server! If I stop my localhost server, then Firefox complains about the missing data. Which is what I expect and what I also would like to see in "Work Offline" mode. What is the expected behavior of the "Work Offline" mode for the local servers? Is the current behavior a bug? I have also tried Chromium and it behaves as I expect, i.e. in "Work Offline" mode access to internet AND local servers are prevented. I'm running Ubuntu 18.04 and Firefox 67.0.3 (64-bit)

What is the expected behavior of the "Work Offline" mode regarding the access to a local server? To test my new Progressive Web App and its Service-Worker, I'd like to switch off temporary firefox from the network access. For this purpose, I though to use File->"Work Offline". What I observe is that in "Work Offline" mode the access to internet is disable (as I expect) but the access to my local web server for development is still avalaible (and I'm surprise about this behavior). To make sure that the Browser cache is not responsible for this behavior, I have clear the cache and disable the cache. Still I get the unexpected behavior: In "Work Offline" mode, Firefox can still request and download data from a localhost server! If I stop my localhost server, then Firefox complains about the missing data. Which is what I expect and what I also would like to see in "Work Offline" mode. What is the expected behavior of the "Work Offline" mode for the local servers? Is the current behavior a bug? I have also tried Chromium and it behaves as I expect, i.e. in "Work Offline" mode access to internet AND local servers are prevented. I'm running Ubuntu 18.04 and Firefox 67.0.3 (64-bit)

被選擇的解決方法

The work offline mode only blocks remote resources. Local files or local servers will still be available if they are running on your machine.

For example, if you have Work Offline mode enabled, you can't go to the Mozilla website or even access your router via it's IP address, but you can access locally installed development environment that uses localhost or 127.0.0.1 or something along those lines because those are considered "offline resources" as opposed to "remote resources".

What you are experiencing is not a bug.

Hope this answers your question.

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

The work offline mode only blocks remote resources. Local files or local servers will still be available if they are running on your machine.

For example, if you have Work Offline mode enabled, you can't go to the Mozilla website or even access your router via it's IP address, but you can access locally installed development environment that uses localhost or 127.0.0.1 or something along those lines because those are considered "offline resources" as opposed to "remote resources".

What you are experiencing is not a bug.

Hope this answers your question.

more options

See also this pref on the about:config page.

  • network.dns.offline-localhost

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.