LoginSignup
3
5

More than 5 years have passed since last update.

プロキシ自動設定ファイルを使う際のブラウザの設定

Posted at

プロキシ自動設定ファイル (proxy.pac) でプロクシサーバの設定を行っている場合にしておいた方が良いブラウザの設定についてまとめます。

やること

proxy.pacにおけるFindProxyForURL関数の引数urlに、アクセスするサイトのURLがそのまま与えられるようにします。

Mozilla Firefox

  1. Firefoxでabout:configを開きます。
  2. network.proxy.autoconfig_url.include_pathを検索します。
  3. network.proxy.autoconfig_url.include_pathの値をtrueに設定します。

参考文献

3
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
5