Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 662 Bytes

allowInsecureRequests.md

File metadata and controls

17 lines (10 loc) · 662 Bytes

Variable: allowInsecureRequests

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


const allowInsecureRequests: unique symbol

By default the module only allows interactions with HTTPS endpoints. Setting this option to true removes that restriction.

Deprecated

To make it stand out as something you shouldn't use, possibly only for local development and testing against non-TLS secured environments.