@expressen/tallahassee
Advanced tools
Comparing version 14.13.0 to 14.14.0
@@ -58,9 +58,10 @@ "use strict"; | ||
let uri; | ||
let uri, headers; | ||
if (this.host === this.ownerDocument.location.host) { | ||
uri = `${this.pathname}${this.search}`; | ||
headers = { Referer: this.ownerDocument._browser.window.location.href }; | ||
} else { | ||
uri = this.href; | ||
} | ||
return this.ownerDocument._browser.navigateTo(uri); | ||
return this.ownerDocument._browser.navigateTo(uri, headers); | ||
} | ||
@@ -67,0 +68,0 @@ }; |
{ | ||
"name": "@expressen/tallahassee", | ||
"version": "14.13.0", | ||
"version": "14.14.0", | ||
"description": "Lightweight client testing framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127543
457
3899