Skip to content

Commit 6e6bc29

Browse files
authored
Update faqs.mdx (#626)
* Update faqs.mdx * Update faqs.mdx * Update faqs.mdx
1 parent 4fa65c1 commit 6e6bc29

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

docs/faqs.mdx

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,17 @@ Yes. For more information, see the [Vulnerability Disclosure Policy](/vulnerabil
175175
- Use Test keys for development and Live keys for production.
176176
- Use [Publishable keys](/sdk#authentication), which are restricted in scope in client-side code. Never use [Secret keys](/api#authentication), which can read or write any data.
177177

178-
#### Website Restrictions
179-
Additionally, you can restrict which websites can use your publishable API keys. You can add or modify available domains on the [settings](https://radar.com/dashboard/settings/#website-restrictions) page. Multiple domains are supported with the selectable input field.
180-
181-
Examples of valid rules:
182-
- A host with a single domain: **example.com**
183-
- A host with sub domains: **sub.example.com** or **sub1.sub2.example.com**
184-
- A domain and all its subdomain(s), using a wildcard (\*) asterisk: **example.com** and ***.example.com**
185-
- A host with a non-standard port: **example.com:8000**
186-
- Using localhost with port: **localhost:8080**
187-
188-
#### Mobile Restrictions
189-
Furthermore, you can also restrict which mobile app can use your publishable key via the RadarSDK. You can add or modify bundle IDs and package names on the [settings](https://radar.com/dashboard/settings/#mobile-restrictions) page. Multiple bundle IDs and package names are supported with the selectable input field. Bundle IDs and package names cannot have wildcards (\*) and are case insensitive.
178+
#### Website restrictions
179+
180+
You can restrict which websites can use your publishable API keys. Add domains on the [Settings](https://radar.com/dashboard/settings/#website-restrictions) page under *Website restrictions*.
181+
182+
Multiple domains and wildcards (\*) are supported. For example: `example.com`, `sub.example.com`, `*.example.com`, `example.com:8000`, `localhost:8080`.
183+
184+
#### Mobile restrictions
185+
186+
You can also restrict which mobile apps can use your publishable API keys. Add iOS bundle IDs and Android package names on the [Settings](https://radar.com/dashboard/settings/#mobile-restrictions) page under *Mobile restrictions*.
187+
188+
Multiple bundle IDs and package names are supported. Wildcards (\*) are not supported. For example: `com.example.app1`, `com.example.app2`.
190189

191190
#### Data management
192191

0 commit comments

Comments
 (0)