Skip to content

Commit

Permalink
feat(web): session cookie secure default false (#3798)
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhouxw authored Nov 8, 2024
1 parent 873cc46 commit f8cb35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/odc-server/src/main/resources/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -851,4 +851,4 @@ INSERT INTO config_system_configuration(`key`, `value`, `description`) VALUES('o
-- v4.3.3
--
INSERT INTO config_system_configuration(`key`, `value`, `description`) VALUES('server.servlet.session.cookie.secure',
'true', 'Enable secure cookie or not, default value true') ON DUPLICATE KEY UPDATE `id`=`id`;
'false', 'Enable secure cookie or not, default value false') ON DUPLICATE KEY UPDATE `id`=`id`;

0 comments on commit f8cb35b

Please sign in to comment.