-
Notifications
You must be signed in to change notification settings - Fork 11
/
px_metadata.json
72 lines (72 loc) · 2.42 KB
/
px_metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"version": "7.9.0",
"supported_features": [
"additional_activity_handler",
"advanced_blocking_response",
"batched_activities",
"block_activity",
"block_page_captcha",
"block_page_hard_block",
"block_page_rate_limit",
"block_page_js_challenge",
"bypass_monitor_header",
"client_ip_extraction",
"cors_support",
"credentials_intelligence",
"csp_support",
"css_ref",
"cookie_v3",
"custom_cookie_header",
"custom_logo",
"custom_parameters",
"custom_proxy",
"custom_sensitive_request",
"enforced_routes",
"filter_by_route",
"filter_by_http_method",
"filter_by_ip",
"filter_by_user_agent",
"filter_by_extension",
"first_party",
"header_based_logger",
"js_ref",
"logger",
"mobile_support",
"module_enable",
"module_mode",
"monitored_routes",
"page_requested_activity",
"pxde",
"pxhd",
"risk_api",
"sensitive_routes",
"sensitive_headers",
"telemetry_command",
"vid_extraction"
],
"excluded_tests": [
"test_additional_activity_handler_with_score_from_risk",
"test_additional_activity_handler_with_score_from_cookie",
"test_advanced_blocking_response",
"test_preflight_request_returns_custom_preflight_handler_response",
"test_pxde_extraction_s2s",
"test_pxde_extraction_unverified",
"test_pxde_extraction_verified",
"test_pxhd_should_return_on_set_cookie_header_when_received_from_risk",
"test_pxhd_should_be_on_set_cookie_even_if_domain_is_none",
"test_vid_extraction_on_first_party_xhr",
"test_block_activity_cookie_origin",
"test_page_requested_activity_cookie_origin",
"test_block_page_hard_block_response",
"test_risk_api_validate_cookie_origin",
"test_block_activity_headers",
"test_page_requested_activity_headers",
"test_sensitive_headers_removed_from_page_requested",
"test_sensitive_headers_removed_from_block",
"test_risk_api_schema",
"test_block_activity_schema",
"test_page_requested_activity_schema",
"test_risk_cookie_valid_cookie_with_user_agent_bigger_than_max_length",
"test_risk_cookie_validate_client_uuid_in_risk_api"
]
}