From 370fc32a12785447fbb526d770a86ab829932d16 Mon Sep 17 00:00:00 2001 From: Giuseppe Fabiano Date: Wed, 31 Jan 2024 11:24:37 +0100 Subject: [PATCH] Null al posto di tilde deprecata in yaml --- webindustry.redirector-bundle.2.0.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webindustry.redirector-bundle.2.0.json b/webindustry.redirector-bundle.2.0.json index cc23b2b..899cfb5 100644 --- a/webindustry.redirector-bundle.2.0.json +++ b/webindustry.redirector-bundle.2.0.json @@ -15,8 +15,8 @@ "config/packages/redirector-bundle.yaml": { "contents": [ "redirector:", - " redirect_subdomain: ~ # nwww_to_www | www_to_nwww", - " force_protocol: ~ # http | https" + " redirect_subdomain: null # nwww_to_www | www_to_nwww", + " force_protocol: null # http | https" ], "executable": false } @@ -24,4 +24,4 @@ "ref": "6445f2743fdb027ecd724347561bd44b6901b1b8" } } -} \ No newline at end of file +}