diff --git a/compose.yaml b/compose.yaml index defd728..ddd6e55 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,7 @@ services: context: . dockerfile: osg.dockerfile - image: osg:22 # <--automate this number change to trigger stack redeploy. + image: osg:23 # <--automate this number change to trigger stack redeploy. environment: DOCKER: "true" diff --git a/server.py b/server.py index 92f8636..61e9f7f 100644 --- a/server.py +++ b/server.py @@ -384,7 +384,7 @@ if __name__ == "__main__": static_dir = "./web_content/" db_path = "./data/signatures.db" host_prefix = "osg.jkdev.org" - production = True + production = False if os.environ.get("DOCKER"): host_prefix = os.environ.get("HOSTPREFIX") diff --git a/web_content/index.html b/web_content/index.html index 440d139..586a14e 100644 --- a/web_content/index.html +++ b/web_content/index.html @@ -3,6 +3,7 @@ Open Signature Generator + diff --git a/web_content/privacy.html b/web_content/privacy.html index 1ca510f..313a3cb 100644 --- a/web_content/privacy.html +++ b/web_content/privacy.html @@ -14,17 +14,28 @@

Data Collection and Usage

-

The Open Signature Generator is designed with transparency and privacy in mind. We collect the minimum possible data necessary for operation:

- +

The Open Signature Generator is designed with transparency and privacy in mind. We collect the minimum possible data necessary for operation

+ +

What is Collected

+

The following information is collected and stored on the server to allow for signature generation and verification:

+

Information Sharing

-

We do not sell, trade, transfer, or share your information with any third parties under any circumstances. Your information remains strictly confidential.

+

We will never sell, trade, transfer, or share your information with any third parties under any circumstances. Your information remains strictly confidential.

+

Data Security

We implement reasonable security measures to protect your information from unauthorized access, disclosure, alteration, or destruction. These measures include: