feat: clean up cookies implementation

This commit is contained in:
Andrew Bastin
2023-10-25 22:28:41 +05:30
parent 7fff08c142
commit e2b15cedd4
5 changed files with 196 additions and 25 deletions

View File

@@ -59,13 +59,16 @@
"modal": {
"new_domain_name": "New domain name",
"set": "Set a cookie",
"cookie_string": "Cookie string",
"cookie_string": "Set-Cookie string",
"cookie_name": "Name",
"cookie_value": "Value",
"cookie_path": "Path",
"cookie_expires": "Expires",
"managed_tab": "Managed",
"raw_tab": "Raw"
"raw_tab": "Raw",
"interceptor_no_support": "Your currently selected interceptor does not support cookies.",
"no_domains": "No domains defined",
"no_cookies_in_domain": "No cookies set for this domain"
}
},
"app": {