diff --git a/background.js b/background.js index 09828a3e0087ead39230bdfd149267b2f738b542..bf2f244f040e23b9594fb7f6aff6e19a34fb7e18 100644 --- a/background.js +++ b/background.js @@ -103,6 +103,7 @@ function storeInBrowserStorage(item, callback_function) { * If key already exists, it modify the value. * If key doesn't exist, it add the key-value pair. * If value is undefined, it delete the key-value pair from cookies. + * Assuming that, the same key SHOULD NOT appear twice in cookies. * Recolic K <root@recolic.net> */ function cookie_keyvalues_set(original_cookies, key, value) {