498f407585
Introduce optional Apple account-backed credits with scoped gateway access while preserving local and BYOK paths. Refresh assistant behavior, tests, privacy disclosures, docs, and the website for the 2.0 experience.
20 lines
601 B
HTML
20 lines
601 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Privacy Policy · OSGKeyboard</title>
|
|
<meta name="robots" content="noindex, follow">
|
|
<link rel="canonical" href="https://hkgood.github.io/OSGKeyboard/privacy/">
|
|
<meta http-equiv="refresh" content="0; url=privacy/">
|
|
<script>
|
|
window.location.replace("privacy/" + window.location.hash);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<a href="privacy/">Continue to the OSGKeyboard Privacy Policy / 前往 OSGKeyboard 隐私政策</a>
|
|
</p>
|
|
</body>
|
|
</html>
|