fix(service): always enable force https labels

Force HTTPS routing labels in parser helpers and remove per-service toggles now that the preference is no longer honored.
This commit is contained in:
Andras Bacsai
2026-02-23 12:14:44 +01:00
parent 35a6110252
commit 16e85e27e8
4 changed files with 8 additions and 18 deletions
-5
View File
@@ -80,11 +80,6 @@ class ServiceDatabase extends BaseModel
return data_get($this, 'is_gzip_enabled', true);
}
public function isForceHttpsEnabled()
{
return data_get($this, 'is_force_https_enabled', true);
}
public function type()
{
return 'service';