Back to Pocketbase

Interface SameSite

static/jsvm/interfaces/http.SameSite.html

latest741 B
Original Source

Interface SameSite

SameSite allows a server to define a cookie attribute making it impossible for the browser to send this cookie along with cross-site requests. The main goal is to mitigate the risk of cross-origin information leakage, and provide some protection against cross-site request forgery attacks.

See https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00 for details.

Hierarchy

  • Number
    • SameSite

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc