Skip to content

Instantly share code, notes, and snippets.

@GoodnightSam
Created January 27, 2026 01:58
Show Gist options
  • Select an option

  • Save GoodnightSam/0f1eb2b1d6c06b48159f470456ef8c83 to your computer and use it in GitHub Desktop.

Select an option

Save GoodnightSam/0f1eb2b1d6c06b48159f470456ef8c83 to your computer and use it in GitHub Desktop.
Rockwood Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Rockwood Accounting</title>
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 40px auto; padding: 20px; line-height: 1.6; }
h1 { color: #333; }
h2 { color: #555; margin-top: 30px; }
</style>
</head>
<body>
<h1>Privacy Policy - Rockwood Accounting Automation</h1>
<p><strong>Last Updated:</strong> January 26, 2026</p>
<h2>Overview</h2>
<p>This application is a private integration used solely by Rockwood Property Management to access its own QuickBooks Online data.</p>
<h2>Data Collection</h2>
<p>This application only accesses QuickBooks Online data belonging to the application owner. No third-party data is collected or processed.</p>
<h2>Data Usage</h2>
<p>All data accessed is used exclusively for internal accounting and tax preparation purposes.</p>
<h2>Data Sharing</h2>
<p>No data is shared with any third parties.</p>
<h2>Contact</h2>
<p>For questions, contact the application owner directly.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment