|
38 | 38 | "report": {
|
39 | 39 | "body": {
|
40 | 40 | "disposition": "enforce",
|
41 |
| - "documentURI": `${location.href}`, |
42 | 41 | "effectivePolicy": "same-origin-plus-coep",
|
43 |
| - "navigationURI": /uuid=EXECUTOR_UUID$/, // next destination url |
44 |
| - "type": "navigation-from-document" |
| 42 | + "nextResponseURL": /uuid=EXECUTOR_UUID$/, // next destination url |
| 43 | + "type": "navigation-from-response" |
45 | 44 | },
|
46 | 45 | "url": `${location.href}`,
|
47 | 46 | "type": "coop"
|
|
52 | 51 | "report": {
|
53 | 52 | "body": {
|
54 | 53 | "disposition": "enforce",
|
55 |
| - "documentURI": /uuid=EXECUTOR_UUID$/, |
56 | 54 | "effectivePolicy": "same-origin",
|
57 |
| - "navigationURI": `${location.href}`, // previous document url |
58 |
| - "type": "navigation-to-document" |
| 55 | + "previousResponseURL": `${location.href}`, // previous document url |
| 56 | + "referrer": `${location.origin}/`, // referrer (origin, as dictated by the referrer policy) |
| 57 | + "type": "navigation-to-response" |
59 | 58 | },
|
60 | 59 | "url": /uuid=EXECUTOR_UUID$/,
|
61 | 60 | "type": "coop"
|
|
80 | 79 | "report": {
|
81 | 80 | "body": {
|
82 | 81 | "disposition": "enforce",
|
83 |
| - "documentURI": `${location.href}`, |
84 | 82 | "effectivePolicy": "same-origin-plus-coep",
|
85 |
| - "navigationURI": /uuid=EXECUTOR_UUID$/, // initial navigation url |
86 |
| - "type": "navigation-from-document" |
| 83 | + "nextResponseURL": /uuid=EXECUTOR_UUID$/, // initial navigation url |
| 84 | + "type": "navigation-from-response" |
87 | 85 | },
|
88 | 86 | "url": `${location.href}`,
|
89 | 87 | "type": "coop"
|
|
94 | 92 | "report": {
|
95 | 93 | "body": {
|
96 | 94 | "disposition": "enforce",
|
97 |
| - "documentURI": /uuid=EXECUTOR_UUID$/, |
98 | 95 | "effectivePolicy": "same-origin-plus-coep",
|
99 |
| - "navigationURI": `${location.origin}/`, // referrer (origin, as dictated by the referrer policy) |
100 |
| - "type": "navigation-to-document" |
| 96 | + "previousResponseURL": ``, |
| 97 | + "referrer": `${location.origin}/`, // referrer (origin, as dictated by the referrer policy) |
| 98 | + "type": "navigation-to-response" |
101 | 99 | },
|
102 | 100 | "url": /uuid=EXECUTOR_UUID$/,
|
103 | 101 | "type": "coop"
|
|
119 | 117 | "report": {
|
120 | 118 | "body": {
|
121 | 119 | "disposition": "enforce",
|
122 |
| - "documentURI": `${location.href}`, |
123 | 120 | "effectivePolicy": "same-origin-plus-coep",
|
124 |
| - "navigationURI": /uuid=EXECUTOR_UUID$/, // next destination url |
125 |
| - "type": "navigation-from-document" |
| 121 | + "nextResponseURL": /uuid=EXECUTOR_UUID$/, // initial navigation url |
| 122 | + "type": "navigation-from-response" |
126 | 123 | },
|
127 | 124 | "url": `${location.href}`,
|
128 | 125 | "type": "coop"
|
|
144 | 141 | "report": {
|
145 | 142 | "body": {
|
146 | 143 | "disposition": "enforce",
|
147 |
| - "documentURI": `${location.href}`, |
148 | 144 | "effectivePolicy": "same-origin-plus-coep",
|
149 |
| - "navigationURI": /uuid=EXECUTOR_UUID$/, // next destination url |
150 |
| - "type": "navigation-from-document" |
| 145 | + "nextResponseURL": /uuid=EXECUTOR_UUID$/, // initial navigation url |
| 146 | + "type": "navigation-from-response" |
151 | 147 | },
|
152 | 148 | "url": `${location.href}`,
|
153 | 149 | "type": "coop"
|
|
158 | 154 | "report": {
|
159 | 155 | "body": {
|
160 | 156 | "disposition": "reporting",
|
161 |
| - "documentURI": /uuid=EXECUTOR_UUID$/, |
162 | 157 | "effectivePolicy": "same-origin-plus-coep",
|
163 |
| - "navigationURI": `${location.origin}/`, // referrer (origin, as dictated by the referrer policy) |
164 |
| - "type": "navigation-to-document" |
| 158 | + "previousResponseURL": ``, |
| 159 | + "referrer": `${location.origin}/`, // referrer (origin, as dictated by the referrer policy) |
| 160 | + "type": "navigation-to-response" |
165 | 161 | },
|
166 | 162 | "url": /uuid=EXECUTOR_UUID$/,
|
167 | 163 | "type": "coop"
|
|
0 commit comments