-
Hello,
I was wondering if there was a reason that the token cookie isn't using some of the properties listed in the title. I noticed that httpOnly is used for the 'NONCE' cookie on line 271 of `ind…
-
Both Chromium and Firefox have announced plans to, in future releases, reject cookies with a `samesite` attributes set to "None".
Currently, CookieStorage has no handling for the `samesite` attribu…
-
The test tools session cookie does not have a `SameSite` attribute. We foresee this causing problems in some of our tests where we vary the user agent, version, and domains. We haven't seen any issues…
-
UAAC gives two warnings about unknown keys as follows for example:
```
% uaac info
Unknown key: Max-Age = 86400
Unknown key: SameSite = Lax
```
The warnings are from http-client [code](https:/…
-
While OpenID connect from Greenlight to Keycloak works fine, unfortunately it does not work using Nextcloud as OIDC provider.
When hitting the "Login" button, it's correctly redirected to the Nextc…
-
Hello
We are using 2.4.1
After installing the module and set the cookie as "None" It's still "Lax"
Please see image attached.
The site is in sub domain.
We have another site 2.4.1 with no iss…
-
Firefox 82 warns about a missing `SameSite` attribute for cookies we set, e.g. for the session cookie:
```
Cookie “_softwareoo_session” will be soon rejected because it has the “SameSite” attribute …
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provide…
-
## Bug report
### Describe the bug
Issue occurs when deploying admin dashboard separately to the backend.
When testing on localhost, admin can authorise no-problem.
BUT...
When de…
-
Hi,
Have you any plan to expose `samesite` cookie flag?