(httpRequest)
| 4328 | function crossOriginResourcePolicyCheck() { |
| 4329 | return "allowed"; |
| 4330 | } |
| 4331 | function corsCheck() { |
| 4332 | return "success"; |
| 4333 | } |
| 4334 | function TAOCheck() { |
| 4335 | return "success"; |
| 4336 | } |
| 4337 | function appendFetchMetadata(httpRequest) { |
no test coverage detected