diff --git a/src/Entity/KeyHelp/Security.php b/src/Entity/KeyHelp/Security.php index aa3c773..c1d25f3 100644 --- a/src/Entity/KeyHelp/Security.php +++ b/src/Entity/KeyHelp/Security.php @@ -15,6 +15,19 @@ class Security private bool $hstsInclude; private bool $hstsPreload; + private bool $isPreferHttps; + + public function isPreferHttps(): bool + { + return $this->isPreferHttps; + } + + public function setIsPreferHttps(bool $isPreferHttps): void + { + $this->isPreferHttps = $isPreferHttps; + } + + /** * @return int */