(object)
| 50494 | } |
| 50495 | function requestBadPort(request3) { |
| 50496 | const url2 = requestCurrentURL(request3); |
| 50497 | if (urlIsHttpHttpsScheme(url2) && badPortsSet.has(url2.port)) { |
| 50498 | return "blocked"; |
| 50499 | } |
| 50500 | return "allowed"; |
| 50501 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…