cookies
Here are 452 public repositories matching this topic...
-
Updated
May 27, 2020 - JavaScript
This will be a living issue with a check list. The list will contain either links to issue with related documentation problems, or a exact description of the change to be made to the docs ( do not use line numbers, those will change, as this ticket gets close to completion.
Upon v4, this will expire and new docs will be created.
- #465
- [Comment](https://github.com/osano/cookiecons
Like other privacy friendly extensions, it would be nice if Privacy Badger also has a "Reload Page" button in its popup.
Sometimes PB breaks websites, and to fix those issues, I've to do some adjustments in "domain slider"; but after adjustments I've to either click on browser's reload icon or press ctrl+R, it would be nice if I can reload page directly from PB popup.
This would be especia
-
Updated
May 17, 2019 - Java
When I want to record the user visit time in the header, I found the 0 value cannot set to cookie only if we convert it to string type, but other number type value can be saved.
I create one test to reproduce the issue:
it('when set value to 0', () => {
var cookie = new cookies.Cookie('foo', 0 );
assert.equal(cookie.toHeader(), 'foo=0; path=/; httponly')
}) //this willIt would be really great if I am able to add a domain to whitelist or gray list directly from the logs. This is particularly useful when using extensions such as evernote or lastpass.
-
Updated
Jan 22, 2020 - CSS
-
Updated
Jan 11, 2017 - JavaScript
-
Updated
Jun 3, 2020 - Rascal
-
Updated
May 4, 2020 - Python
-
Updated
Apr 7, 2020 - TypeScript
-
Updated
May 23, 2020 - JavaScript
-
Updated
Feb 18, 2020 - JavaScript
Java example
How about a Java servlet example with different versions of the servlet API (some older ones don't support addCookie() with a SameSite attribute.
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Nov 16, 2019
-
Updated
May 11, 2020 - 1C Enterprise
-
Updated
May 26, 2020 - JavaScript
-
Updated
May 17, 2020 - C#
-
Updated
May 12, 2020 - TypeScript
-
Updated
May 14, 2020 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
const rectangle = {
width: 20,
height:10,
area: 200
}
let {width, heigh, area, perimeter = 60} = rectangle;
console.log(width, height, area, perimeter) //20 10 200 60
//Lets modify the object:width to 30 and perimeter to 80
const rectangle = {
width: 30,
height:10,
area: 200,
perimeter:80
}
let {width, heigh, area, perimeter = 60} = rectangle;
console.log(width
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
May 7, 2020 - JavaScript
Improve this page
Add a description, image, and links to the cookies topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cookies topic, visit your repo's landing page and select "manage topics."
When using the url
http://docs.python-requests.org/en/latest/, it redirects tohttps://2.python-requests.org//en/latest/(notice the extra / beforeen). This causes a HTTP 404.Expected Result
The redirect should be to
https://2.python-requests.org/en/latest/Actual Result
HTTP 404
Reproduction Steps
Try to visit the latest en documentation for requests using the