X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fui%2FCookieWidget.ui;fp=src%2Fui%2FCookieWidget.ui;h=efad03a3d0a17a7917f4461d5f43d654dd4d4637;hp=0000000000000000000000000000000000000000;hb=8933c941521c591a962034ecf3486c9143bf1f80;hpb=34816101e23ae2b489d64d540534125cf2c2e925 diff --git a/src/ui/CookieWidget.ui b/src/ui/CookieWidget.ui new file mode 100644 index 0000000..efad03a --- /dev/null +++ b/src/ui/CookieWidget.ui @@ -0,0 +1,287 @@ + + + + + + CookieWidget + + + + + + + Qt::AlignLeft + + + + + + + Cookies prepended by a period are accessible to all subdomains. + + + + Qt::RichText + + + + <font size="+1">Domain:&nbsp;</font> + + + + + + + + Cookies prepended by a period are accessible to all subdomains. + + + + Qt::RichText + + + + Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + + + + + + + + The identifier of the cookie, which is unique when combined with the domain and the path. + + + + Qt::RichText + + + + <font size="+1">&nbsp;&nbsp;&nbsp;&nbsp;Name:&nbsp;</font> + + + + + + + + The identifier of the cookie, which is unique when combined with the domain and the path. + + + + Qt::RichText + + + + Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + + + + + + + + + Qt::AlignLeft + + + + + + + Cookies without an expiration date are known as session cookies and are expected to be deleted every time the browser closes. + + + + Qt::RichText + + + + Expiration date:&nbsp; + + + + + + + + Cookies without an expiration date are known as session cookies and are expected to be deleted every time the browser closes. + + + + Qt::RichText + + + + Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + + + + + + + + Websites can restrict access to only a subpath of their URL. + + + + Qt::RichText + + + + &nbsp;&nbsp;&nbsp;&nbsp;Path:&nbsp; + + + + + + + + Websites can restrict access to only a subpath of their URL. + + + + Qt::RichText + + + + Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + + + + + + + + Qt::RichText + + + + &nbsp;&nbsp;&nbsp;&nbsp; + + + + + + + + + Restrict cookie access to HTTP (and HTTPS). This prevents JavaScript from accessing the cookie, which hardens it against cross-site scripting attacks. + + + + false + + + + + + + + Restrict cookie access to HTTP (and HTTPS). This prevents JavaScript from accessing the cookie, which hardens it against cross-site scripting attacks. + + + + Qt::RichText + + + + HTTP only&nbsp;&nbsp;&nbsp;&nbsp; + + + + + + + + + Only allow the cookie to be transferred across HTTPS (as opposed to HTTP). + + + + false + + + + + + + + Only allow the cookie to be transferred across HTTPS (as opposed to HTTP). + + + + Secure + + + + + + + + + + Qt::AlignLeft + + + + + + + The value contains the cookie data. + + + + Qt::RichText + + + + Value:&nbsp; + + + + + + + + The value contains the cookie data. + + + + true + + + + Qt::RichText + + + + Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + + + + + + +