-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7c1c6e
commit c0eb9d7
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
sidebar_position: 9 | ||
--- | ||
|
||
# Location Permission | ||
|
||
Our application requests background location permission(BACKGROUND_LOCATION) to support specific advanced network rule functionalities, as detailed below: | ||
|
||
1. **SUBNET-SSID Rule Support:** | ||
When you choose to use rules based on WiFi network names (SSID), we need this permission to identify the WiFi network you're connected to. | ||
|
||
2. **SUBNET-BSSID Rule Support:** | ||
If you configure rules based on WiFi router MAC addresses (BSSID), we need this permission to identify specific WiFi access points. | ||
|
||
## Important Notes: | ||
- This permission is only used when you actively choose to use SUBNET-SSID or SUBNET-BSSID rules. | ||
- We do not use this permission for continuous location tracking or to collect your precise location information. | ||
- The collected SSID or BSSID information is only used to execute the network rules you set and not for any other purposes. | ||
- All data is processed locally and is not uploaded to our servers or shared with third parties. | ||
|
||
## Privacy Protection: | ||
- You can control or revoke this permission at any time in the app settings. | ||
- If you choose not to grant this permission, SUBNET-SSID and SUBNET-BSSID rules will not function properly, but it won't affect other features of the app. | ||
|
||
We are fully aware of the sensitivity of location permissions and commit to using them only when necessary. We will continue to make efforts to protect your privacy. For more information about SUBNET rules, please visit our documentation: [https://getsurfboard.com/docs/profile-format/rule/subnet](https://getsurfboard.com/docs/profile-format/rule/subnet) |