We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4543c commit 4d53c5dCopy full SHA for 4d53c5d
lib/web.mlx
@@ -1,7 +1,8 @@
1
module Info = struct
2
let title = "Dune Developer Preview"
3
let curl_with_sh url =
4
- Format.sprintf "curl -fsSL %s | sh" url |> JSX.string
+ Format.sprintf "curl --proto '=https' --tlsv1.2 -fsSL %s | sh" url
5
+ |> JSX.string
6
end
7
8
module Link = struct
0 commit comments