개인 정보 보호 정책
개인 정보 보호는 오프베트 운영사인 STOPJEU SAS의 최우선 과제입니다. 이 정책은 당사가 수집하는 정보, 정보 사용 방법 및 귀하의 권리에 대해 설명합니다.
01 데이터 컨트롤러
데이터 컨트롤러입니다:
- STOPJEU SAS — 오프벳 플랫폼 운영자
- 법적 형식: 간이 주식 회사(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.
- 비밀번호로 보호된 제거 방지 기능이 제대로 작동하는지 확인합니다.
- Monitor protection status and notify your companion in case of bypass attempts.
- Synchronize your settings and blocklist between your devices.
- 오프베트 서비스의 안정성과 성능을 개선합니다.
당사는 사용자의 데이터를 제3자에게 절대 판매하지 않습니다.
04 법적 근거
GDPR에 따라 회원님의 데이터 처리는 다음을 기반으로 합니다:
- 계약 이행: 오프벳 서비스가 의도한 대로 작동하는지 확인합니다.
- 귀하의 동의: 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 코드 보호
비밀번호 보호를 활성화하는 경우:
- 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