()
| 360 | |
| 361 | // https://html.spec.whatwg.org/multipage/origin.html#policy-container |
| 362 | function makePolicyContainer () { |
| 363 | // Note: the fetch spec doesn't make use of embedder policy or CSP list |
| 364 | return { |
| 365 | referrerPolicy: 'strict-origin-when-cross-origin' |
| 366 | } |
| 367 | } |
| 368 | |
| 369 | // https://html.spec.whatwg.org/multipage/origin.html#clone-a-policy-container |
| 370 | function clonePolicyContainer (policyContainer) { |
no outgoing calls
no test coverage detected