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:
Andrzej Hunt 2016-06-02 14:41:47 -07:00
parent 1fd425a95e
commit d6431459a5

View File

@ -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
};
}