All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.http.cookie.SupportSameSiteCodec.scala Maven / Gradle / Ivy

package com.twitter.finagle.http.cookie

import com.twitter.app.GlobalFlag

/**
 * Enables / disables SameSite support in the CookieCodec.
 */
object supportSameSiteCodec
    extends GlobalFlag[Boolean](
      true, // enabled by default
      "Allow the SameSite attribute to be added to the Set-Cookie header on Responses"
    )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy