While we might want to remove some parameters by blacklist, we sometimes need more nuanced control (for instance, mozscape removes parameters and queries that look like URLs). To that end, there's a version of deparam that accepts a predicate that determines whether a name, value pair should be filtered out of a URL.
While we might want to remove some parameters by blacklist, we sometimes need more nuanced control (for instance,
mozscape
removes parameters and queries that look like URLs). To that end, there's a version ofdeparam
that accepts a predicate that determines whether aname, value
pair should be filtered out of a URL.@tammybailey @lindseyreno @b4hand