multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.41k stars 438 forks source link

Possibility to delete cookies from MTA browser #707

Open MrDadosz opened 6 years ago

MrDadosz commented 6 years ago

Is your feature request related to a problem? Please describe. There should be function cleaning cookies like cleanBrowserCookies. After creating browser, closing it and creating browser again, cookies still exist.

Describe the solution you'd like cleanBrowserCookies function

Describe alternatives you've considered

Additional context

Woovie commented 4 years ago

This is something we should have implemented a long time ago.

Lpsd commented 4 years ago

We could also have an option for non-persistent cookies, so you don't have to keep clearing them. This is all very easy to implement.

qaisjp commented 4 years ago

Does anyone have reasonable API proposals for cookie jar management?

This is something we should have implemented a long time ago.

Why? (What are the reasons?)

Woovie commented 4 years ago

See the conversation in #1671 for a fine example of a use case (testing of issues)

Privacy as well is a major concern.