From 549023f2a036ca3aa0db8540c97a94b931637d9f Mon Sep 17 00:00:00 2001 From: Dan Mooney Date: Wed, 13 May 2026 09:19:19 -0500 Subject: [PATCH 1/2] Add privacy policy --- .gitignore | 1 + public/index.html | 2 + public/privacy.html | 117 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+) create mode 100644 public/privacy.html diff --git a/.gitignore b/.gitignore index 68ae17f..d6733d7 100644 --- a/.gitignore +++ b/.gitignore @@ -38,5 +38,6 @@ test-results/ public/* !public/.gitkeep !public/index.html +!public/privacy.html !public/favicon.svg !ads.txt diff --git a/public/index.html b/public/index.html index 2a64fe6..aed95e1 100644 --- a/public/index.html +++ b/public/index.html @@ -90,6 +90,8 @@

Common Use Cases

  • Python Documentation
  • MDN Web Docs - JSON
  • +

    As an Amazon Associate, we earn from qualifying purchases. This site may contain affiliate links; we may earn a commission at no extra cost to you.

    +

    Privacy Policy

    diff --git a/public/privacy.html b/public/privacy.html new file mode 100644 index 0000000..bb8fa0d --- /dev/null +++ b/public/privacy.html @@ -0,0 +1,117 @@ + + + + + + Privacy Policy - Python Dict to JSON Converter + + + + +
    +

    Privacy Policy

    +

    Last updated: May 13, 2026

    + +

    This Privacy Policy describes how dict2json.com ("we", "us", or "our") collects, uses, and + protects information when you use this website.

    + +
    +

    Information We Collect

    +

    We do not require you to create an account or provide personal information to use the + converter tool. All conversion of Python dictionaries to JSON happens entirely in your + browser — the data you paste into the converter is never sent to our servers.

    +

    We collect the following information automatically when you visit the site:

    +
      +
    • Standard server log information, including IP address, browser type, referring page, + and pages visited
    • +
    • Anonymous usage analytics via Google Analytics and Google Tag Manager (page views, + session duration, approximate location, device type)
    • +
    +
    + +
    +

    How We Use Information

    +
      +
    • To understand how visitors use the site and improve the tool
    • +
    • To monitor and prevent abuse of the service
    • +
    • To comply with legal obligations
    • +
    +
    + +
    +

    Cookies and Tracking

    +

    This site uses cookies and similar tracking technologies through Google Analytics to + analyze site usage. You can disable cookies in your browser settings or use browser + extensions to opt out of analytics tracking.

    +

    Read more about Google's privacy practices at + policies.google.com/privacy. +

    +
    + +
    +

    Affiliate Links

    +

    This site may contain affiliate links to products on Amazon and other retailers. As an + Amazon Associate, we may earn a commission from qualifying purchases made through links + on this site, at no additional cost to you. We only recommend products we believe are + useful to our readers.

    +
    + +
    +

    Third-Party Services

    +

    We use the following third-party services that may collect information:

    +
      +
    • Google Analytics — for anonymous usage statistics
    • +
    • Google Tag Manager — for managing tracking tags
    • +
    • GitHub Pages — for site hosting
    • +
    +
    + +
    +

    Data Retention

    +

    We do not store any data you enter into the converter. Analytics data is retained + according to Google Analytics' default retention settings.

    +
    + +
    +

    Your Rights

    +

    Depending on your jurisdiction, you may have rights regarding your personal data, + including the right to access, correct, or delete information we hold about you. To + exercise these rights, contact us using the information below.

    +
    + +
    +

    Children's Privacy

    +

    This site is not directed at children under 13. We do not knowingly collect personal + information from children under 13.

    +
    + +
    +

    Changes to This Policy

    +

    We may update this Privacy Policy from time to time. Changes will be posted on this page + with an updated "Last updated" date.

    +
    + +
    +

    Contact

    +

    If you have questions about this Privacy Policy, contact us at + [enable JavaScript to view email]. +

    +
    + +

    ← Back to converter

    +
    + + + \ No newline at end of file From 59715179c2bc2e1f761aa35a5bec052885b0bb8e Mon Sep 17 00:00:00 2001 From: Dan Mooney Date: Wed, 13 May 2026 09:27:56 -0500 Subject: [PATCH 2/2] Disambiguate retention --- public/privacy.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/privacy.html b/public/privacy.html index bb8fa0d..9b0f4d0 100644 --- a/public/privacy.html +++ b/public/privacy.html @@ -24,8 +24,9 @@

    Information We Collect

    @@ -68,8 +69,8 @@

    Third-Party Services

    Data Retention

    -

    We do not store any data you enter into the converter. Analytics data is retained - according to Google Analytics' default retention settings.

    +

    We do not store any data you enter into the converter. Event-level analytics data is + retained for 2 months, which is the Google Analytics 4 default retention period.