Bug 1863867 - Add expriment targeting based on archiecture bits r=barret

Differential Revision: https://phabricator.services.mozilla.com/D193159
This commit is contained in:
Paul Bone
2023-12-12 11:18:23 +00:00
parent 9a72625115
commit 81eb21ce78
4 changed files with 36 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Please note that some targeting attributes require stricter controls on the tele
* [activeNotifications](#activenotifications)
* [addonsInfo](#addonsinfo)
* [addressesSaved](#addressessaved)
* [archBits](#archbits)
* [attachedFxAOAuthClients](#attachedfxaoauthclients)
* [attributionData](#attributiondata)
* [backgroundTaskName](#backgroundtaskname)
@@ -588,6 +589,16 @@ addressesSaved > 1
declare const addressesSaved: Promise<number>
```
### `archBits`
The number of bits used to represent a pointer in this build.
#### Definition
```ts
declare const archBits: number;
```
### `xpinstallEnabled`
Pref used by system administrators to disallow add-ons from installed altogether.