Common questions about OneSignal’s data handling and security
__cf_bm
in your browser attributed to OneSignal. This cookie is set by Cloudflare and is used to fight bots. The EU cookie law explicitly allows cookies that implement system features without user consent. Cloudflare explicitly mentions these cookies in their own policy under Strictly Necessary; including that they cannot be opted out of. For more details, see this GDPR explainer on not needing explicit user consent for Strictly Necessary cookies.
subscription_id
is public to that user, and discovering it is generally harmless. It can be used to view and update tags and other data about the user’s subscription. For this reason, tags should not be used for either authentication or the storage of sensitive data and personally-identifiable information.
Users of your application or service should not be given access to the subscription_id
s of other users. This is because a subscription_id
on its own is sufficient to send a notification to that user’s device. So the subscription_id
s belonging to other people should be kept secret.
You can prevent users from impersonating one another with Identity Verification.