Back to plugins
Logo

Disable Cookies

Version 1.0.7
Install Plugin
plugin cover

Overview

Npm Version Publish to NPM Registry

This is a plugin for Insomnia that allows users to disable sending cookies for requests.

Installation

Install the insomnia-plugin-disable-cookies plugin from Preferences > Plugins.

Usage

Cookies will not be sent by setting a DISABLE_COOKIES to true in environment variable.

{
    "DISABLE_COOKIES": true
}