-
# Goal
Keep track of the current player client by storing their player ID (assigned to them randomly on a room join, or persistent ID stored on the DB if an authentication system is developed)
# D…
-
I propose that we add the function to our configuration file.
```yaml
testUsers:
- pub.dev.testing1@gmail.com
- pub.dev.testing2@gmail.com
```
Then we make a `test-user-sign-in` _admin act…
-
### Bug description
(Add-on description from the [Cookie Clicker Wiki](https://cookieclicker.fandom.com/wiki/Add-Ons#Fortune_Cookie))
[Fortune Cookie](https://klattmose.github.io/CookieClicker/Fortu…
-
---
### Describe the bug
*When I sign in (by LDAP) I can't see a raw file, nor an image*
### Context
- Hardware: *VPS bought online*
- YunoHost version: 11.1.20
- I have access to my se…
-
Server output:
Traceback (most recent call last):
File "/home/ubuntu/AgentGym_OOD/agentenv-webarena/webarena/browser_env/auto_login.py", line 169, in
main()
File "/home/ubuntu/AgentGym_…
-
We need a way to fetch, add and remove cookies from browser:
```js
const cookies = await browser.cookies();
await browser.deleteCookie(cookies[0])
await browser.addCookie(cookies[0]);
```
When…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug un…
-
### Description
After quitting the application all the cookies are deleted. Issue happens on stable and nightly builds. Beta (1.69.129) works as intended.
### Steps to reproduce
1. Log in to a site…
-
Chrome and Firefox both give developers the ability to build extensions which have background scripts which can interact with a site's cookie jar if the extension has host permissions for that site (d…
-
Could you make a short tutorial on how to use browser cookies?
You could for example use them in a simple web-based image manipulation program to save the selected tools, color, and the current image…