プライバシー 方針
お客様の個人情報を保護することは、OFFBETを運営するSTOPJEU SASにとって最優先事項です。このポリシーでは、当社がどのような情報を収集し、それをどのように使用するか、そしてお客様の権利について説明します。
01 データ管理者
データ管理者は
- STOPJEU SAS — OFFBETプラットフォームの運営者
- 法的形態簡易株式会社(SAS) – フランス法
- 株式資本: €8,000
- 登録事務所 99 avenue Achille Peretti, 92200 Neuilly-sur-Seine, France
- SIREN: 919 454 033
- SIRET: 919 454 033 00011
- 事業活動コード(APE/NAF): 62.01Z — コンピューター・プログラミング
個人情報に関するお問い合わせは、下記までご連絡ください:
📧 [email protected]
02 当社が収集するデータ
We only collect the data necessary to operate our services.
Web application (my.offbet.app)
- Account data: email address, display name, country of residence.
- 技術データ: IP address, User Agent, usage logs.
- アプリの使用データ: chosen settings, blocking preferences.
- Subscription data: Stripe customer ID and subscription status. No credit card numbers are stored on our servers — Stripe handles all payment data.
Android application
- Anonymous device identifier: a random UUID generated locally on first launch. This identifier has no link to your IMEI, Android ID, or any hardware identifier.
- Device model and Android version: used to adapt the app behavior to your phone (Pixel, Samsung, Xiaomi, etc.).
- Protection status: whether OFFBET protection is active or not, transmitted every 5 to 15 minutes to the OFFBET server for companion monitoring.
- Blocked attempts: the list of gambling domains and applications blocked by the app, with attempt counts. This information is used to generate companion reports.
- Installed applications list: only accessed when you open the “Block a custom app” screen. This list is never transmitted to the OFFBET server — it remains on your device.
- PIN code hash: if you have set a PIN, its bcrypt hash (irreversible) is synchronized between your devices via the OFFBET server. The PIN itself is never transmitted.
What we do NOT collect
We do not collect browsing history, DNS queries, GPS location, contacts, photos, messages, or any sensitive personal data. No financial data is stored on our servers.
03 お客様のデータの使用方法
お客様のデータは、以下の目的のみに使用されます:
- Block access to gambling websites and apps via local DNS filtering on your device.
- PINで保護されたアンインストール防止機能が正しく動作することを確認してください。
- Monitor protection status and notify your companion in case of bypass attempts.
- Synchronize your settings and blocklist between your devices.
- OFFBETサービスの安定性とパフォーマンスの向上。
お客様のデータを第三者に販売することはありません。
04 法的根拠
GDPRに従い、お客様のデータの処理は以下に基づいて行われます:
- 契約履行: OFFBETサービスが意図したとおりに機能することを保証します。
- あなたの同意: certain features require your explicit approval (e.g., accessibility permissions, VPN activation).
- 正当な利益: improving security, preventing fraud, and protecting vulnerable users from gambling harm.
05 あなたの権利
お客様は、ご自身の個人データに関して以下の権利を有します:
- アクセス 当社が保有するお客様に関するデータのコピーを入手する。
- 整流: 不正確な情報を訂正する。
- 削除: お客様のデータの完全な削除を要求する。
- 制限: 特定の処理活動を一時的に制限する。
- 異議あり: 自動更新など、特定の使用を拒否する。
- 携帯性: お客様のデータを他のプロバイダーに転送する。
- 同意の撤回: 特定の承認をいつでも取り消すことができます。
お客様の権利を行使するには、当社までご連絡ください: [email protected]
06 テクニカル・オペレーション&セキュリティ
DNS filtering (100% local)
On Android, OFFBET uses the Android VpnService API to create a local VPN connection on your device. This VPN does not route your traffic to any external server.
Instead, it intercepts DNS queries locally on your phone, blocks gambling-related domains by returning an empty response, and forwards all other queries to Google Public DNS (8.8.8.8).
No DNS query ever leaves your device to reach an OFFBET server. This is the same approach used by well-known apps such as AdGuard, Blokada, and Freedom.to.
Data transmission security
All communication between the OFFBET app and the OFFBET server (my.offbet.app) is encrypted using HTTPS/TLS 1.3.
The heartbeat signal sent every 5 to 15 minutes contains only your anonymous device ID, protection status, and blocked attempt counts — never your browsing history or DNS queries.
App blocking (UsageStatsManager)
OFFBET uses the UsageStatsManager API to detect when a blocked gambling application is launched and bring the user back to the home screen.
This data is processed locally on your device and is not transmitted to the OFFBET server.
AccessibilityService API (optional)
If enabled by the user, OFFBET uses the AccessibilityService API exclusively to:
- Detect attempts to activate a third-party VPN that would bypass the gambling protection.
- Detect changes to the device Private DNS settings.
This service is never used to read, interact with, or collect data from any other application. It is optional and can be skipped during setup.
Device Administrator (optional)
If enabled by the user, OFFBET registers as a Device Administrator to prevent accidental or impulsive uninstallation of the app.
The user can always disable this protection by entering their PIN code. This feature is voluntary and can be skipped during setup.
PINコードによる保護
PINプロテクションを有効にする:
- Disabling the protection or uninstalling the app requires entering the PIN code.
- The PIN is hashed using bcrypt (irreversible) and verified locally — no network connection is needed.
- If the “hidden PIN” option is chosen, only a trusted person knows the code. The user can request recovery via email after a configurable delay (12h, 24h, 48h, or never).
- After 3 failed PIN attempts, the app locks and notifies the companion.
07 Android Permissions Explained
The OFFBET Android app requests the following permissions. Each permission is explained below with its purpose.
| Permission | Purpose |
|---|---|
| Internet | Communicate with the OFFBET server (heartbeat, blocklist updates, account sync). |
| VpnService | Create a local VPN connection to filter gambling DNS queries on your device. No traffic is sent to an OFFBET server. |
| Foreground Service | Keep the DNS filtering and app blocking services running reliably in the background. |
| Boot Completed | Automatically restart protection after your phone reboots. |
| Notifications | Show a persistent notification confirming that protection is active. |
| Usage Stats Access | Detect when a blocked gambling app is launched and redirect you to the home screen. |
| Query All Packages | Allow you to select custom apps to block in OFFBET settings. |
| Ignore Battery Optimizations | Prevent Android from killing the protection service to save battery. |
| Draw Over Other Apps optional | Display the PIN entry screen on top of other apps when a bypass attempt is detected. |
| Device Administrator optional | Prevent uninstallation of the app without entering the PIN code. |
| Accessibility Service optional | Detect and prevent activation of third-party VPNs that would bypass the gambling protection. |
All optional permissions can be skipped during setup. The app will remind you of missing permissions with a banner, but will never force you to enable them.
GDPR note: OFFBET never sees your DNS queries. Since filtering is 100% local, no browsing data is collected, stored, or transmitted. This eliminates the privacy risks associated with server-side DNS filtering.
08 データ保持
技術的なデータ(ログ、IP、GUID)は、法律で義務付けられている場合や紛争が発生した場合を除き、最大12ヶ月間保持されます。
アカウント関連のデータは、お客様からの削除依頼があった時点で直ちに削除されます。
サービスに必要な範囲を超えてデータを保持することはありません。
09 国際送金
Our servers may be hosted by providers located outside the European Union (e.g., AWS).
このような場合、当社はお客様のデータを保護するために適切な保護措置(欧州委員会の標準契約条項)を講じています。
10 ポリシーの変更
当社は、当社のサービスまたは適用される規制の変更を反映するために、本プライバシーポリシーを更新することがあります。
更新されたバージョンは、新しい発効日をもって当ウェブサイトに掲載されます。
11 連絡先
お客様の個人情報または本プライバシーポリシーに関するご質問:
📍 STOPJEU SAS — 99 avenue Achille Peretti, 92200 Neuilly-sur-Seine, France