http2-ca.pem |
|
1042 |
manifest.toml |
|
165 |
test_backup.py |
const { OSKeyStore } = ChromeUtils.importESModule(
"resource://gre/modules/OSKeyStore.sys.mjs"
);
const BACKUP_OSKEYSTORE_LABEL = "test-" + Math.random().toString(36).substr(2);
OSKeyStore.STORE_LABEL = BACKUP_OSKEYSTORE_LABEL;
return BACKUP_OSKEYSTORE_LABEL;
|
30477 |