From c40b254fe7dbe320a2170060bec0fd51e558aa5b Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 29 Sep 2022 07:37:55 +1000 Subject: [PATCH] Add ssl exceptions for container based development environments --- view/de-de/htconfig.tpl | 1 + view/en-au/htconfig.tpl | 1 + view/en-gb/htconfig.tpl | 1 + view/en/htconfig.tpl | 1 + view/fr/htconfig.tpl | 1 + view/it/htconfig.tpl | 50 +++++++++++++++++++++++++++++++++-------- view/nb-no/htconfig.tpl | 1 + view/pl/htconfig.tpl | 1 + view/pt-br/htconfig.tpl | 1 + view/ru/htconfig.tpl | 1 + view/sv/htconfig.tpl | 1 + 11 files changed, 51 insertions(+), 9 deletions(-) diff --git a/view/de-de/htconfig.tpl b/view/de-de/htconfig.tpl index 5ba651e16..35465b520 100644 --- a/view/de-de/htconfig.tpl +++ b/view/de-de/htconfig.tpl @@ -97,6 +97,7 @@ App::$config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; App::$config['system']['theme'] = 'redbasic'; +App::$config['system']['ssl_exceptions'] = 'lndo.site'; // PHP error logging setup // Before doing this ensure that the webserver has permission diff --git a/view/en-au/htconfig.tpl b/view/en-au/htconfig.tpl index 5ba651e16..35465b520 100644 --- a/view/en-au/htconfig.tpl +++ b/view/en-au/htconfig.tpl @@ -97,6 +97,7 @@ App::$config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; App::$config['system']['theme'] = 'redbasic'; +App::$config['system']['ssl_exceptions'] = 'lndo.site'; // PHP error logging setup // Before doing this ensure that the webserver has permission diff --git a/view/en-gb/htconfig.tpl b/view/en-gb/htconfig.tpl index 5ba651e16..35465b520 100644 --- a/view/en-gb/htconfig.tpl +++ b/view/en-gb/htconfig.tpl @@ -97,6 +97,7 @@ App::$config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; App::$config['system']['theme'] = 'redbasic'; +App::$config['system']['ssl_exceptions'] = 'lndo.site'; // PHP error logging setup // Before doing this ensure that the webserver has permission diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 5ba651e16..35465b520 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -97,6 +97,7 @@ App::$config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; App::$config['system']['theme'] = 'redbasic'; +App::$config['system']['ssl_exceptions'] = 'lndo.site'; // PHP error logging setup // Before doing this ensure that the webserver has permission diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index 5ba651e16..35465b520 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -97,6 +97,7 @@ App::$config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; App::$config['system']['theme'] = 'redbasic'; +App::$config['system']['ssl_exceptions'] = 'lndo.site'; // PHP error logging setup // Before doing this ensure that the webserver has permission diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index ee425e71b..35465b520 100644 --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl @@ -1,6 +1,6 @@