Home
last modified time | relevance | path

Searched refs:HttpOnly (Results 1 – 25 of 2490) sorted by relevance

12345678910>>...100

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DHttpCookie.cs42 HttpOnly = 2 enumerator
78 flags |= CookieFlags.HttpOnly; in HttpCookie()
117 if ((flags & CookieFlags.HttpOnly) != 0){ in GetCookieHeaderValue()
218 public bool HttpOnly { property in System.Web.HttpCookie
220 return (flags & CookieFlags.HttpOnly) == CookieFlags.HttpOnly;
225 flags |= CookieFlags.HttpOnly;
227 flags &= ~CookieFlags.HttpOnly;
/dports/devel/elixir-plug/plug-1.4.5/test/plug/conn/
H A Dcookies_test.exs30 assert encode("foo", %{value: "bar"}) == "foo=bar; path=/; HttpOnly"
31 assert encode("foo", %{}) == "foo=; path=/; HttpOnly"
36 "foo=bar; path=/baz; HttpOnly"
41 "foo=bar; path=/; domain=google.com; HttpOnly"
46 "foo=bar; path=/; secure; HttpOnly"
57 "foo=bar; path=/; expires=Sat, 29 Sep 2012 15:33:10 GMT; max-age=60; HttpOnly"
62 "foo=bar; path=/; HttpOnly; SameSite=Lax"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/application_security/dast/checks/
H A D1004.1.md7 # Sensitive cookie without `HttpOnly` attribute
11 The {cookie_name} cookie was transmitted in a `Set-Cookie` header without the `HttpOnly` attribute …
13 cookies that are used for authorization or contain sensitive information should have the `HttpOnly`…
22 the `HttpOnly` attribute. By enabling this protection, the application is able to mitigate the impa…
28 Set-Cookie: {cookie_name}=<random secure value>; HttpOnly
39 - [OWASP](https://owasp.org/www-community/HttpOnly)
/dports/net/concourse-fly/concourse-6.7.1/skymarshal/token/
H A Dmiddleware.go41 HttpOnly: true,
51 HttpOnly: true,
72 HttpOnly: true,
83 HttpOnly: true,
103 HttpOnly: true,
114 HttpOnly: true,
/dports/misc/concourse/concourse-6.7.2/skymarshal/token/
H A Dmiddleware.go41 HttpOnly: true,
51 HttpOnly: true,
72 HttpOnly: true,
83 HttpOnly: true,
103 HttpOnly: true,
114 HttpOnly: true,
/dports/devel/libgdata/libgdata-0.17.13/gdata/tests/traces/picasaweb/
H A Dteardown-query-all-albums17 < Set-Cookie: _rtok=jidlGO74otNO; Path=/; Secure; HttpOnly
18 < Set-Cookie: S=photos_html=y7RNVE_2yfziSmfv5s4SiA; Domain=.google.com; Path=/; Secure; HttpOnly
44 < Set-Cookie: _rtok=ervPcy0WRqj7; Path=/; Secure; HttpOnly
45 < Set-Cookie: S=photos_html=oqxPfDw0j5QF3AgVSK1t9w; Domain=.google.com; Path=/; Secure; HttpOnly
71 < Set-Cookie: _rtok=_pfVAP39nN2h; Path=/; Secure; HttpOnly
72 < Set-Cookie: S=photos_html=bQ9rzDUYpZVSDdNVIw6FBg; Domain=.google.com; Path=/; Secure; HttpOnly
98 < Set-Cookie: _rtok=VJZ-_xK_wlKI; Path=/; Secure; HttpOnly
99 < Set-Cookie: S=photos_html=hOZsX0JWekOZRLD1LMsu3w; Domain=.google.com; Path=/; Secure; HttpOnly
H A Dteardown-query-comments16 < Set-Cookie: _rtok=4E5u3Yr2WUlJ; Path=/; Secure; HttpOnly
17 < Set-Cookie: S=photos_html=Sf9JkdQWsvm05zmwXbcXTg; Domain=.google.com; Path=/; Secure; HttpOnly
42 < Set-Cookie: _rtok=YpxgBBFu6JYN; Path=/; Secure; HttpOnly
43 < Set-Cookie: S=photos_html=KejD0X_urRXbohBLbA5nKQ; Domain=.google.com; Path=/; Secure; HttpOnly
68 < Set-Cookie: _rtok=5osU0qKKcq5B; Path=/; Secure; HttpOnly
69 < Set-Cookie: S=photos_html=VGDcwjuURtoHOZxB8knHcA; Domain=.google.com; Path=/; Secure; HttpOnly
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/cookie-store/
H A Dhttponly_cookies.https.window.js.ini2 [HttpOnly cookies are not observed]
5 [HttpOnly cookies can not be set by document.cookie]
8 [HttpOnly cookies can not be set by CookieStore]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/cookie-store/
H A Dhttponly_cookies.https.window.js.ini2 [HttpOnly cookies are not observed]
5 [HttpOnly cookies can not be set by document.cookie]
8 [HttpOnly cookies can not be set by CookieStore]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/cookie-store/
H A Dhttponly_cookies.https.window.js.ini2 [HttpOnly cookies are not observed]
5 [HttpOnly cookies can not be set by document.cookie]
8 [HttpOnly cookies can not be set by CookieStore]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/cookie-store/
H A Dhttponly_cookies.https.window.js.ini2 [HttpOnly cookies are not observed]
5 [HttpOnly cookies can not be set by document.cookie]
8 [HttpOnly cookies can not be set by CookieStore]
/dports/www/p5-Dancer/Dancer-1.3513/t/09_cookies/
H A D02_cookie_object.t14 is($c->to_header, 'dancer.slot=42; path=/; HttpOnly',
24 'dancer.slot=42; path=/; domain=http://foo.com; HttpOnly',
35 'dancer.slot=42; path=/; expires=test; HttpOnly',
45 'msg=hello%3B%20world; path=/; HttpOnly',
/dports/www/p5-HTTP-XSCookies/HTTP-XSCookies-0.000021/t/
H A D20_cookie_baker_bake.t29 …[ 't110', 'foo', { value => 'val', Path => '/', Secure => 1, HttpOnly => 0 }, 'foo=val; Path=/…
30 …[ 't111', 'foo', { value => 'val', Path => '/', Secure => 0, HttpOnly => "0" }, 'foo=val; Path=/…
31 …[ 't112', 'foo', { value => 'val', Path => '/', Secure => 0, HttpOnly => undef }, 'foo=val; Path=/…
32 …, 'foo', { value => 'val', Path => '/', Secure => 0, HttpOnly => 1 }, 'foo=val; Path=/; HttpOn…
33 …, 'foo', { value => 'val', Path => '/', Secure => 0, HttpOnly => "1" }, 'foo=val; Path=/; HttpOn…
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/netmonitor/src/har/test/
H A Dsjs_cookies-test-server.sjs5 response.setHeader("Set-Cookie", "tom=cool; Max-Age=10; HttpOnly", true);
6 response.setHeader("Set-Cookie", "bob=true; Max-Age=10; HttpOnly", true);
7 response.setHeader("Set-Cookie", "foo=bar; Max-Age=10; HttpOnly", true);
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/netmonitor/src/har/test/
H A Dsjs_cookies-test-server.sjs5 response.setHeader("Set-Cookie", "tom=cool; Max-Age=10; HttpOnly", true);
6 response.setHeader("Set-Cookie", "bob=true; Max-Age=10; HttpOnly", true);
7 response.setHeader("Set-Cookie", "foo=bar; Max-Age=10; HttpOnly", true);
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/netmonitor/src/har/test/
H A Dsjs_cookies-test-server.sjs5 response.setHeader("Set-Cookie", "tom=cool; Max-Age=10; HttpOnly", true);
6 response.setHeader("Set-Cookie", "bob=true; Max-Age=10; HttpOnly", true);
7 response.setHeader("Set-Cookie", "foo=bar; Max-Age=10; HttpOnly", true);
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/netmonitor/src/har/test/
H A Dsjs_cookies-test-server.sjs5 response.setHeader("Set-Cookie", "tom=cool; Max-Age=10; HttpOnly", true);
6 response.setHeader("Set-Cookie", "bob=true; Max-Age=10; HttpOnly", true);
7 response.setHeader("Set-Cookie", "foo=bar; Max-Age=10; HttpOnly", true);
/dports/www/firefox/firefox-99.0/devtools/client/netmonitor/src/har/test/
H A Dsjs_cookies-test-server.sjs6 response.setHeader("Set-Cookie", "tom=cool; Max-Age=10; HttpOnly", true);
7 response.setHeader("Set-Cookie", "bob=true; Max-Age=10; HttpOnly", true);
8 response.setHeader("Set-Cookie", "foo=bar; Max-Age=10; HttpOnly", true);
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/netmonitor/test/
H A Dsjs_simple-unsorted-cookies-test-server.sjs11 response.setHeader("Set-Cookie", "tom=cool; Max-Age=10; HttpOnly", true);
12 response.setHeader("Set-Cookie", "bob=true; Max-Age=10; HttpOnly", true);
13 response.setHeader("Set-Cookie", "foo=bar; Max-Age=10; HttpOnly", true);
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/netmonitor/test/
H A Dsjs_simple-unsorted-cookies-test-server.sjs11 response.setHeader("Set-Cookie", "tom=cool; Max-Age=10; HttpOnly", true);
12 response.setHeader("Set-Cookie", "bob=true; Max-Age=10; HttpOnly", true);
13 response.setHeader("Set-Cookie", "foo=bar; Max-Age=10; HttpOnly", true);
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/netmonitor/test/
H A Dsjs_simple-unsorted-cookies-test-server.sjs11 response.setHeader("Set-Cookie", "tom=cool; Max-Age=10; HttpOnly", true);
12 response.setHeader("Set-Cookie", "bob=true; Max-Age=10; HttpOnly", true);
13 response.setHeader("Set-Cookie", "foo=bar; Max-Age=10; HttpOnly", true);
/dports/www/firefox/firefox-99.0/devtools/client/netmonitor/test/
H A Dsjs_simple-unsorted-cookies-test-server.sjs12 response.setHeader("Set-Cookie", "tom=cool; Max-Age=10; HttpOnly", true);
13 response.setHeader("Set-Cookie", "bob=true; Max-Age=10; HttpOnly", true);
14 response.setHeader("Set-Cookie", "foo=bar; Max-Age=10; HttpOnly", true);
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/netmonitor/test/
H A Dsjs_simple-unsorted-cookies-test-server.sjs11 response.setHeader("Set-Cookie", "tom=cool; Max-Age=10; HttpOnly", true);
12 response.setHeader("Set-Cookie", "bob=true; Max-Age=10; HttpOnly", true);
13 response.setHeader("Set-Cookie", "foo=bar; Max-Age=10; HttpOnly", true);
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/gorilla/sessions/
H A Dcookie_test.go32 HttpOnly: v.httpOnly,
53 if cookie.HttpOnly != v.httpOnly {
54 t.Fatalf("%v: bad cookie httpOnly: got %v, want %v", i+1, cookie.HttpOnly, v.httpOnly)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/gorilla/sessions/
H A Dcookie_test.go32 HttpOnly: v.httpOnly,
53 if cookie.HttpOnly != v.httpOnly {
54 t.Fatalf("%v: bad cookie httpOnly: got %v, want %v", i+1, cookie.HttpOnly, v.httpOnly)

12345678910>>...100