mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 04:38:02 +00:00
Bug 1265708 - Set URL metadata based on URL without ref r=sebastian
MozReview-Commit-ID: DNiKYFJiXjY --HG-- extra : rebase_source : 0f577e201bb404011a8d23abf80e8b5d357fbdd1
This commit is contained in:
parent
1fd425a95e
commit
d6431459a5
@ -3883,7 +3883,7 @@ Tab.prototype = {
|
||||
addMetadata: function(type, value, quality = 1) {
|
||||
if (!this.metatags) {
|
||||
this.metatags = {
|
||||
url: this.browser.currentURI.spec
|
||||
url: this.browser.currentURI.specIgnoringRef
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user