(request)
| 5585 | } |
| 5586 | __name(isURLPotentiallyTrustworthy, "isURLPotentiallyTrustworthy"); |
| 5587 | function tryUpgradeRequestToAPotentiallyTrustworthyURL(request) { |
| 5588 | } |
| 5589 | __name(tryUpgradeRequestToAPotentiallyTrustworthyURL, "tryUpgradeRequestToAPotentiallyTrustworthyURL"); |
| 5590 | function sameOrigin(A, B) { |
| 5591 | if (A.origin === B.origin && A.origin === "null") { |