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
| [
| {
| "id": 1,
| "priority": 1,
| "action": {
| "type": "modifyHeaders",
| "responseHeaders": [
| {
| "header": "Cache-Control",
| "operation": "set",
| "value": "private, max-age=3600, must-revalidate"
| },
| {
| "header": "ETag",
| "operation": "set",
| "value": "\"manual-cache\""
| }
| ]
| },
| "condition": {
| "urlFilter": "https://auctions.yahoo.co.jp/jp/auction/*",
| "resourceTypes": ["xmlhttprequest","websocket","other","main_frame","sub_frame","script"]
| }
| }
| ]
|
|