◆ DefaultGeoEvidenceKeyFilter
final EvidenceKeyFilter fiftyone.geolocation.core.Constants.DefaultGeoEvidenceKeyFilter |
static
Initial value:
=
new EvidenceKeyFilterWhitelist(Arrays.asList(
fiftyone.pipeline.core.Constants.EVIDENCE_CLIENTIP_KEY,
Constants.EVIDENCE_GEO_LAT_KEY,
Constants.EVIDENCE_GEO_LON_KEY,
Constants.EVIDENCE_GEO_LAT_COOKIE_KEY,
Constants.EVIDENCE_GEO_LON_COOKIE_KEY,
Constants.EVIDENCE_GEO_LAT_PARAM_KEY,
Constants.EVIDENCE_GEO_LON_PARAM_KEY),
String.CASE_INSENSITIVE_ORDER)