Remove support for v query param
This commit is contained in:
parent
08292b7c87
commit
297db18c02
|
@ -4,9 +4,7 @@ const PackageURL = require('../PackageURL')
|
||||||
const ValidQueryKeys = {
|
const ValidQueryKeys = {
|
||||||
main: true,
|
main: true,
|
||||||
meta: true,
|
meta: true,
|
||||||
json: true, // deprecated
|
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)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function queryIsValid(query) {
|
function queryIsValid(query) {
|
||||||
|
|
Loading…
Reference in New Issue