You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faqs.mdx
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,18 +175,17 @@ Yes. For more information, see the [Vulnerability Disclosure Policy](/vulnerabil
175
175
- Use Test keys for development and Live keys for production.
176
176
- 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.
177
177
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`.
0 commit comments