Remove support for v query param

This commit is contained in:
MICHAEL JACKSON 2017-08-15 15:17:48 -07:00
parent 08292b7c87
commit 297db18c02
1 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,7 @@ const PackageURL = require('../PackageURL')
const ValidQueryKeys = {
main: true,
meta: true,
json: true, // deprecated
v: true // we don't do anything with this, but some icon font libraries
// use it to bust the cache on private servers (see #52)
json: true // deprecated
}
function queryIsValid(query) {