- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for httpOnly (0.04 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getCookieSearchParameterName(); /** * Get the value for the key 'cookie.search.parameter.http_only'. <br> * The value is, e.g. true <br> * comment: Whether to set HttpOnly attribute to the search parameter cookie. * @return The value of found property. (NotNull: if not found, exception but basically no way) */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/TestDohMain.kt
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.2K bytes - Viewed (0) -
okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DohProviders.kt
.Builder() .client(bootstrapClient) .url("https://doh.crypto.sx/dns-query".toHttpUrl()) .includeIPv6(false) .build() @JvmStatic fun providers( client: OkHttpClient, http2Only: Boolean, workingOnly: Boolean, getOnly: Boolean, ): List<DnsOverHttps> = buildList { add(buildGoogle(client)) if (!getOnly) { add(buildGooglePost(client)) }
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.8K bytes - Viewed (0)