Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit b947862

Browse files
committed
adding TOS and PP to browserid (bug 745316)
1 parent 925758f commit b947862

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

media/js/mkt/browserid.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ _.extend(z, (function() {
66
exports.login = function() {
77
$def = $.Deferred();
88

9-
navigator.id.getVerifiedEmail(gotVerifiedEmail);
9+
navigator.id.get(gotVerifiedEmail, {
10+
privacyURL: 'https://marketplace.mozilla.org/en-US/privacy-policy',
11+
tosURL: 'https://marketplace.mozilla.org/en-US/terms-of-use'
12+
});
1013

1114
return $def;
1215
};

0 commit comments

Comments
 (0)