(A5, B3)
| 50836 | } |
| 50837 | return false; |
| 50838 | } |
| 50839 | } |
| 50840 | return true; |
| 50841 | } |
| 50842 | function tryUpgradeRequestToAPotentiallyTrustworthyURL(request3) { |
| 50843 | } |
| 50844 | function sameOrigin(A5, B3) { |
| 50845 | if (A5.origin === B3.origin && A5.origin === "null") { |
| 50846 | return true; |
| 50847 | } |
| 50848 | if (A5.protocol === B3.protocol && A5.hostname === B3.hostname && A5.port === B3.port) { |
| 50849 | return true; |
no outgoing calls
no test coverage detected
searching dependent graphs…