cookies
Here are 463 public repositories matching this topic...
-
Updated
Jun 18, 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 willimport text file
Feature
It would be nice to be able to import plain text files to the white list if the data has been sourced from elsewhere.
As it is I would have to format the data into JSON and try and generate the ID's
-
Updated
Jan 22, 2020 - CSS
-
Updated
Jan 11, 2017 - JavaScript
-
Updated
Jul 5, 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
Jul 2, 2020 - JavaScript
-
Updated
Nov 16, 2019
-
Updated
Jun 10, 2020 - 1C Enterprise
-
Updated
Jun 28, 2020 - JavaScript
-
Updated
May 17, 2020 - C#
-
Updated
Jul 5, 2020 - JavaScript
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Jun 6, 2020 - TypeScript
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
Jul 5, 2020 - JavaScript
Comment: react-native-community/cookies#10 (comment)
Currently the return types of functions are not helpful. boolean or undefined, which type (or any other) would be most helpful using CookieManager functions.
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