feat: add legal documents module with compliance, contact, and cookie policies
Add a comprehensive LegalDocument base class in mywebdav/legal.py with abstract methods for title and content generation, along with full markdown and HTML implementations for compliance statement, contact/complaint mechanism, and cookie policy pages, replacing placeholder content with detailed regulatory and procedural information.
This commit is contained in:
@@ -1,58 +1,66 @@
|
||||
# Cookie Policy
|
||||
|
||||
**Last Updated:** November 12, 2025
|
||||
**Last Updated:** November 13, 2025
|
||||
|
||||
This Cookie Policy (\"Agreement\") is entered into by and between:
|
||||
|
||||
**Company:** MyWebdav Technologies
|
||||
Address: [Company Address]
|
||||
Website: https://mywebdav.com
|
||||
This Cookie Policy explains how MyWebdav Technologies uses cookies and similar technologies on our Service, in accordance with the ePrivacy Directive and GDPR.
|
||||
|
||||
and
|
||||
## 1. What Are Cookies
|
||||
|
||||
**User:** Any individual or entity accessing or using the Website.
|
||||
Cookies are small text files stored on your device when you visit our Service. They help us provide a better user experience.
|
||||
|
||||
## 1. Purpose
|
||||
## 2. Types of Cookies We Use
|
||||
|
||||
This Agreement sets forth the terms under which the Company uses cookies and similar technologies on its Website. By accessing or using the Website, the User acknowledges and agrees to the use of cookies as described herein.
|
||||
### 2.1 Essential Cookies
|
||||
Required for basic Service functionality:
|
||||
- Authentication and session management
|
||||
- Security features
|
||||
|
||||
## 2. Definition of Cookies
|
||||
### 2.2 Functional Cookies
|
||||
Enhance your experience:
|
||||
- Language preferences
|
||||
- Theme settings
|
||||
|
||||
Cookies are small text files stored on the User's device when visiting the Website. They help the Website recognize returning visitors, store user preferences, and improve overall performance and functionality.
|
||||
### 2.3 Analytics Cookies
|
||||
Help us understand usage:
|
||||
- Page views and user journeys
|
||||
- Performance metrics
|
||||
|
||||
## 3. Types of Cookies Used
|
||||
### 2.4 Marketing Cookies
|
||||
Used for targeted advertising (with consent):
|
||||
- Personalized recommendations
|
||||
|
||||
The Website may use the following types of cookies:
|
||||
## 3. Cookie Management
|
||||
|
||||
- **Strictly Necessary Cookies** – Essential for basic website functionality, such as page navigation and secure access to areas of the site.
|
||||
- **Performance Cookies** – Collect anonymous data to analyze website traffic and usage patterns.
|
||||
- **Functional Cookies** – Remember user choices and preferences to enhance the user experience.
|
||||
- **Targeting/Advertising Cookies** – Used to deliver relevant advertisements and track the effectiveness of marketing campaigns.
|
||||
You can control cookies through:
|
||||
- Browser settings
|
||||
- Our cookie preference center
|
||||
- Opt-out links in marketing emails
|
||||
|
||||
## 4. Third-Party Cookies
|
||||
|
||||
The Website may include cookies set by third-party services (such as Google Analytics, YouTube, or Facebook) to enable embedded content, analytics, or advertising features. These cookies are subject to the respective third parties' privacy and cookie policies.
|
||||
We may use third-party services that set cookies:
|
||||
- Analytics providers
|
||||
- Payment processors
|
||||
- Social media integrations
|
||||
|
||||
## 5. Consent
|
||||
## 5. Your Rights
|
||||
|
||||
By continuing to use the Website, the User consents to the use of cookies as outlined in this Agreement. Consent is obtained via a cookie banner or pop-up notice upon first visit. Users may withdraw or adjust consent at any time through browser settings or cookie preferences on the Website.
|
||||
Under GDPR, you have rights regarding cookie-based processing:
|
||||
- Right to information
|
||||
- Right to withdraw consent
|
||||
- Right to object
|
||||
|
||||
## 6. Cookie Duration
|
||||
## 6. Updates
|
||||
|
||||
Cookies may be either "session" cookies (which expire when the browser is closed) or "persistent" cookies (which remain on the User's device for a specified period or until deleted).
|
||||
We may update this policy. Material changes will be communicated via the Service.
|
||||
|
||||
## 7. Managing Cookies
|
||||
## Contact Information
|
||||
|
||||
Users can control, block, or delete cookies through their browser settings. However, disabling certain cookies may impair the functionality and user experience of the Website.
|
||||
If you have any questions about this cookie policy, please contact us:
|
||||
|
||||
## 8. Policy Modifications
|
||||
- **Email:** [legal@mywebdav.eu](mailto:legal@mywebdav.eu)
|
||||
- **Website:** https://mywebdav.eu
|
||||
- **Address:** MyWebdav Technologies, European Union
|
||||
|
||||
The Company reserves the right to amend or update this Cookie Policy at any time. Updated versions will be posted on the Website with the revised effective date.
|
||||
|
||||
## 9. Governing Law
|
||||
|
||||
This Agreement shall be governed by and construed in accordance with the laws of the Netherlands, without regard to its conflict of law principles.
|
||||
|
||||
**Effective Date:** November 12, 2025
|
||||
|
||||
This Cookie Policy is effective as of the date first accessed by the User and remains in effect until superseded or amended.
|
||||
MyWebdav Technologies
|
||||
Reference in New Issue
Block a user