Skip to content

7.4.2 Standard -- 2019-12-12

Latest
Compare
Choose a tag to compare
@ericjung ericjung released this 12 Dec 22:05
  • Improved Logging — see URLs that matched blacklist patterns and URLs that didn't match anything are now in their own section.
  • Patterns mode now exists even if there are no white patterns defined. This was the behavior of FoxyProxy before 7.x. Its absence when no white patterns are defined makes sense (no proxy will ever be used), but has been a source of tremendous confusion. Discussed at #49 but also many other places.
  • When adding a new proxy, Add whitelist pattern to match all URLs is now on by default. Discussed at #49.
  • On the patterns window, added new button for Add whitelist pattern to match all URLs similar to the existing button Add black patterns to prevent this proxy being used for localhost & intranet/private IP addresses.
  • Patterns Cheat Sheet improvements — more examples and text explaining that blacklist patterns take precedence over whitelist patterns.
  • Change an i18n key name so it works in chrome, too (chrome does not allow periods in key names).
  • Remove unneeded console log messages.
  • Faster deletion of patterns (faster animation)