-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
65 lines (61 loc) · 1.23 KB
/
Copy path_config.yml
File metadata and controls
65 lines (61 loc) · 1.23 KB
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
port: 8080
open-browser: http://localhost:{port}/
debug:
enable-debug-logs: False
log-stack-traces: True
request-matching:
rules:
- method
- path
- query-params
- headers
- cookies
- body
rewrite:
request:
rules:
- remove-query-params
- remove-headers
- remove-cookies
config:
removable-headers:
- content-type
- content-length
- content-encoding
removable-cookies:
- SESSIONID
removable-query-params:
- t
- time
- r
response:
rules:
- urls-in-response
- remove-headers
- remove-cookies
- remove-html-script-tags
- remove-integrity-attribute
config:
excluded-domains:
- http://w3.com/
removable-headers:
- content-type
- content-length
- content-encoding
removable-cookies:
- SESSIONID
exclusions:
rules:
- responses-with-status
- responses-with-invalid-size
- requests-with-http-method
- requests-with-matching-url
config:
removable-url-expressions:
- ^https:\/\/www\.youtube\.com\/embed\/.*
removable-http-methods:
- HEAD
removable-statuses:
- 0
- 304
- 500