You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow DD engines use 2 new special evidence keys defined in version/4.5:
51D_gethighentropyvalues
51D_structureduseragent
Background
These keys when passed should be considered allowed evidence, as currently they are filtered out by the evidence key filter, as they are not present in the data file as allowed keys.
Objective
We need to hardcode these keys in the evidence key filter in 2 flavors as query and cookie each:
query.51D_gethighentropyvalues
cookie.51D_gethighentropyvalues
query.51D_structureduseragent
cookie.51D_structureduseragent
Test coverage
We need to add a test confirming these are part of the evidence key filter and that evidence is allowed to be used.
Usage Example
See device-detection-java-examples
The text was updated successfully, but these errors were encountered:
Motivation
Allow DD engines use 2 new special evidence keys defined in version/4.5:
51D_gethighentropyvalues
51D_structureduseragent
Background
These keys when passed should be considered allowed evidence, as currently they are filtered out by the evidence key filter, as they are not present in the data file as allowed keys.
Objective
We need to hardcode these keys in the evidence key filter in 2 flavors as
query
andcookie
each:query.51D_gethighentropyvalues
cookie.51D_gethighentropyvalues
query.51D_structureduseragent
cookie.51D_structureduseragent
Test coverage
We need to add a test confirming these are part of the evidence key filter and that evidence is allowed to be used.
Usage Example
See
device-detection-java-examples
The text was updated successfully, but these errors were encountered: