Slion / Fulguris

⚡Web Browser
http://fulguris.slions.net
Other
455 stars 48 forks source link

Use newest cookie access API #617

Closed Slion closed 3 months ago

Slion commented 3 months ago

Webkit 1.6 introduced a new method to fetch all cookie attributes whereas the legacy method could only provide cookie name and value.

See CookieManagerCompat.

We will also add an option to copy cookie to clipboard and improve page cookie deletion.