Commit 4201e3e0 authored by wang's avatar wang

ff

parent a7cbb9e8
...@@ -1856,14 +1856,7 @@ Object.defineProperties(Location.prototype,{ ...@@ -1856,14 +1856,7 @@ Object.defineProperties(Location.prototype,{
enumerable:true, enumerable:true,
}, },
ancestorOrigins: {
get: v_saf(function ancestorOrigins(){
return new DOMStringList()
}),
enumerable:true,
configurable:false,
},
// fragmentDirective: 'c', // fragmentDirective: 'c',
// hash: {set: function(arg){this._hash = arg}, get:function(){return this._hash}, enumerable:true}, // hash: {set: function(arg){this._hash = arg}, get:function(){return this._hash}, enumerable:true},
// host: {set: function(arg){this._host = arg}, get:function(){return this._host}, enumerable:true}, // host: {set: function(arg){this._host = arg}, get:function(){return this._host}, enumerable:true},
...@@ -4188,6 +4181,15 @@ if (navis.userAgent.indexOf('Firefox') === -1) { ...@@ -4188,6 +4181,15 @@ if (navis.userAgent.indexOf('Firefox') === -1) {
}, },
}) })
Object.defineProperties(Location.prototype, {
ancestorOrigins: {
get: v_saf(function ancestorOrigins(){
return new DOMStringList()
}),
enumerable:true,
configurable:false,
},
})
} }
location.href = 'https://www.jetblue.com/booking/flights?from=LAS&to=BOS&depart=2023-07-10&isMultiCity=false&noOfRoute=1&lang=en&adults=1&children=0&infants=0&sharedMarket=false&roundTripFaresFlag=false&usePoints=false' location.href = 'https://www.jetblue.com/booking/flights?from=LAS&to=BOS&depart=2023-07-10&isMultiCity=false&noOfRoute=1&lang=en&adults=1&children=0&infants=0&sharedMarket=false&roundTripFaresFlag=false&usePoints=false'
Object.defineProperties(location, { Object.defineProperties(location, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment