Last active
March 21, 2022 00:56
-
-
Save M507/2bffc3149b857a4c0fcf2aa6791c86ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"project_options":{ | |
"misc":{ | |
"collaborator_server":{ | |
"type":"none" | |
} | |
} | |
}, | |
"proxy":{ | |
"http_history_display_filter":{ | |
"by_file_extension":{ | |
"hide_items":[ | |
"js", | |
"gif", | |
"jpg", | |
"jpeg", | |
"png", | |
"css", | |
"woff", | |
"woff2", | |
"ico", | |
"otf", | |
"ttf" | |
] | |
}, | |
"by_mime_type":{ | |
"show_css":true, | |
"show_images":true, | |
"show_other_binary":true | |
} | |
}, | |
"intercept_client_requests":{ | |
"rules":[ | |
{ | |
"boolean_operator":"and", | |
"enabled":true, | |
"match_condition":"(^gif$|^jpg$|^png$|^css$|^js$|^ico$|^svg$|^eot$|^woff$|^woff2$|^ttf$)", | |
"match_relationship":"does_not_match", | |
"match_type":"file_extension" | |
} | |
] | |
}, | |
"intercept_web_sockets_messages":{ | |
"client_to_server_messages":false, | |
"server_to_client_messages":false | |
}, | |
"match_replace_rules":[ | |
{ | |
"comment":"Require non-cached response", | |
"enabled":true, | |
"is_simple_match":false, | |
"rule_type":"request_header", | |
"string_match":"^If-Modified-Since.*$" | |
}, | |
{ | |
"comment":"Require non-cached response", | |
"enabled":true, | |
"is_simple_match":false, | |
"rule_type":"request_header", | |
"string_match":"^If-None-Match.*$" | |
} | |
], | |
"request_listeners":[ | |
{ | |
"certificate_mode":"per_host", | |
"custom_tls_protocols":[], | |
"listen_mode":"loopback_only", | |
"listener_port":8080, | |
"running":true, | |
"use_custom_tls_protocols":false | |
}, | |
{ | |
"certificate_mode":"per_host", | |
"custom_tls_protocols":[], | |
"listen_mode":"loopback_only", | |
"listener_port":8090, | |
"running":true, | |
"use_custom_tls_protocols":false | |
} | |
], | |
"ssl_pass_through":{ | |
"automatically_add_entries_on_client_ssl_negotiation_failure":false, | |
"rules":[ | |
{ | |
"enabled":true, | |
"host":"^.*mozilla\\.(com|net|org)$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.google\\.com$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.gvt1\\.com$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.ghostery\\.(com|net)$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.aka\\.ms$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.msecnd\\.net$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.skype\\.com$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.microsoft\\.com$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.visualstudio\\.com$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.msn\\.com$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.azureedge\\.net$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^sb\\.scorecardresearch\\.com$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.msedge\\.net$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.bing\\.com$", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"^.*\\.windowsupdate\\.com$", | |
"protocol":"http" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.windows\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.live\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.digicert\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.trafficmanager\\.net", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*default\\.exp-tas\\.com", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":".*\\.vsassets\\.io", | |
"protocol":"any" | |
}, | |
{ | |
"enabled":true, | |
"host":"clientservices\\.googleapis\\.com", | |
"protocol":"any" | |
} | |
] | |
} | |
}, | |
"target":{ | |
"filter":{ | |
"by_annotation":{ | |
"show_only_commented_items":false, | |
"show_only_highlighted_items":false | |
}, | |
"by_file_extension":{ | |
"hide_items":[ | |
"gif", | |
"jpg", | |
"png", | |
"css", | |
"woff", | |
"woff2", | |
"ttf" | |
], | |
"show_items":[ | |
"js" | |
] | |
}, | |
"by_folders":{ | |
"hide_empty_folders":false | |
}, | |
"by_mime_type":{ | |
"show_css":true, | |
"show_images":true, | |
"show_other_binary":true | |
}, | |
"by_request_type":{ | |
"hide_not_found_items":false | |
}, | |
"by_status_code":{ | |
"show_4xx":true | |
} | |
}, | |
"scope":{ | |
"advanced_mode":true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment