Skip to content

Commit

Permalink
Add application/x-ns-proxy-autoconfig
Browse files Browse the repository at this point in the history
closes #26
  • Loading branch information
PeterDaveHello authored and dougwilson committed May 17, 2015
1 parent 987731e commit 899e7f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ unreleased

* Add `application/vnd.balsamiq.bmpr`
* Add `application/vnd.microsoft.portable-executable`
* Add `application/x-ns-proxy-autoconfig`

1.9.1 / 2015-04-19
==================
Expand Down
4 changes: 4 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -4381,6 +4381,10 @@
"source": "apache",
"extensions": ["nc","cdf"]
},
"application/x-ns-proxy-autoconfig": {
"compressible": true,
"extensions": ["pac"]
},
"application/x-nzb": {
"source": "apache",
"extensions": ["nzb"]
Expand Down
8 changes: 8 additions & 0 deletions src/custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@
"application/x-mpegurl": {
"compressible": false
},
"application/x-ns-proxy-autoconfig": {
"compressible": true,
"extensions": ["pac"],
"sources": [
"https://web.archive.org/web/20070602031929/http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html",
"https://en.wikipedia.org/wiki/Proxy_auto-config#The_PAC_File"
]
},
"application/x-pkcs12": {
"compressible": false
},
Expand Down

0 comments on commit 899e7f7

Please sign in to comment.