10 lines
630 B
TypeScript
10 lines
630 B
TypeScript
export const legalNotes = {
|
|
disclaimer:
|
|
'This website structure is a technical draft. Before public launch, all legal texts should be completed with real company details and reviewed for legal accuracy.',
|
|
privacyCommon: [
|
|
'Server logs may include IP address, request time, requested URL, browser information, referrer and status codes.',
|
|
'This data may be processed to deliver the service securely, protect against abuse and keep the website or app stable.',
|
|
'No optional third-party tracking, contact forms, analytics or advertising details are included here unless they are explicitly added later.',
|
|
],
|
|
};
|