Skip to content

Commit

Permalink
Set the preferred URL scheme in production to https
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed May 25, 2024
1 parent c31a9c2 commit 108e8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenOversight/app/models/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class ProductionConfig(BaseConfig):
def __init__(self):
super(ProductionConfig, self).__init__()
self.SITEMAP_URL_SCHEME = "https"
self.PREFERRED_URL_SCHEME = "https"


config: dict[str, BaseConfig] = {
Expand Down

0 comments on commit 108e8c6

Please sign in to comment.