зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1569420 - Use scheme parameter instead of hardcoded "http" r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D39608 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
86c0b62678
Коммит
d138b16159
|
@ -4,7 +4,7 @@
|
|||
const MAX_EXPIRY = Math.pow(2, 62);
|
||||
|
||||
function addCookie(scheme, secure = false) {
|
||||
let cookie = createTestCookie("http", secure);
|
||||
let cookie = createTestCookie(scheme, secure);
|
||||
Services.cookies.add(
|
||||
cookie.host,
|
||||
cookie.path,
|
||||
|
|
Загрузка…
Ссылка в новой задаче