changeset 17:ab28b0591003

security
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 07:04:14 -0600
parents 1980e2c32ad6
children 881840185730
files src/init.luan
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/init.luan	Sun Sep 15 07:04:14 2024 -0600
@@ -0,0 +1,5 @@
+local Hosted = require "luan:host/Hosted.luan"
+
+Hosted.set_https and Hosted.set_https(true)
+
+return true