FlowFuse / nr-launcher

A Laucher for Node-RED that allows settings to be loaded at startup.
Apache License 2.0
4 stars 6 forks source link

Set secure cookie options #254

Closed knolleary closed 1 month ago

knolleary commented 1 month ago

Description

Re-enable the secure cookie options in the nr settings file.

Warning

This change must not hit production with NR 4.0.0 or 4.0.1 as that could result in users being locked out of their instances unless they manually delete the connect.sid cookie.

With 4.0.2 (just about to be released), we can control the cookie name (as set in this PR) which will avoid the clash.