Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.76 KB

README.en.md

File metadata and controls

33 lines (27 loc) · 1.76 KB

English | 简体中文

image

Chrome SameSite Cookie

🌟 No additional configuration required, one-click switch to support Chrome cross-site cookie carrying

Features

  • 🎨 Supports cross-domain cookie sharing between top-level navigations.
  • 🚗 Supports cross-domain cookie sharing between iframes and their parent.
  • 💻 Supports allowing cookie sharing only in the development environment.

Installation

  1. Download the cookie-extension.zip compressed package from the repository Click to Download;
  2. Open the Chrome browser and go to the extension directory;
  3. Open the developer mode in the upper right corner of the extension page;
  4. Drag and drop cookie-extension.zip into the extension page (you can also directly drag the folder), it is installed successfully;
  5. Click the Pin button in the upper right corner of the browser URL input box to keep it in the foreground;

Usage

  • Master Switch (Enable)
    • Default is off (🍪 is gray);
    • Switch the Enable switch to toggle the plugin's master switch;
  • Developer Mode (Dev Mode)
    • It is turned on by default (recommended for use in the localhost scenario to avoid CSRF attacks);
    • On: only allows cross-site cookie carrying under localhost, Off: allows all websites to use cookie carrying;

workflow

design