diff options
author | Google Code Exporter <GoogleCodeExporter@users.noreply.github.com> | 2015-03-16 10:31:37 -0400 |
---|---|---|
committer | Google Code Exporter <GoogleCodeExporter@users.noreply.github.com> | 2015-03-16 10:31:37 -0400 |
commit | 440dfd392505c6ec941c152432964470cc4202bf (patch) | |
tree | 911ad375b6866c3fa8acf02d6f5598d1d572f1df /IgnorePatterns.md | |
download | libproxy-git-wiki.tar.gz |
Migrating wiki contents from Google Codewiki
Diffstat (limited to 'IgnorePatterns.md')
-rw-r--r-- | IgnorePatterns.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/IgnorePatterns.md b/IgnorePatterns.md new file mode 100644 index 0000000..09966ba --- /dev/null +++ b/IgnorePatterns.md @@ -0,0 +1,18 @@ +| | **`libproxy`** | **`GNOME`** | **`KDE`** | **`Firefox`** | **`Env. Var.`** | **`IE`** | **`Safari`** | +|:|:---------------|:------------|:----------|:--------------|:----------------|:---------|:-------------| +| **`IPv4`** | **DONE** | Y | | Y | Y | | | +| **`IPv4:80`** | **DONE** | N | | | Y | | | +| **`IPv4/CIDR`** | **DONE** | Y | | Y | N | | | +| **`IPv4/Netmask`** | **DONE** | N | | | N | | | +| **`IPv6`** | **DONE** | Y | | Y | Y | | | +| **`IPv6:80`** | **DONE** | N | | | Y | | | +| **`IPv6/CIDR`** | **DONE** | Y | | Y | N | | | +| **`IPv6/Netmask`** | **DONE** | N | | | N | | | +| **`domain.com`** | **DONE** | Y | | Y | Y | | | +| **`domain.com:80`** | **DONE** | N | | | Y | | | +| **`.domain.com`** | **DONE** | N | | Y | N | | | +| **`.domain.com:80`** | **DONE** | N | | | N | | | +| **`*.domain.com`** | **DONE** | Y | | | N | | | +| **`*.domain.com:80`** | **DONE** | N | | | N | | | +| **`http://domain.com/foo`** | | N | | | N | | | +| **`http://domain.com/f*`** | | N | | | N | | |
\ No newline at end of file |