e358314538
chore: node / dependency maintenance |
||
---|---|---|
.env.sample | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
app-constants.js | ||
package-lock.json | ||
package.json | ||
update-script.js | ||
version.json |
README.md
passwordmgr-remote-settings-updater
Script that adds new related websites to the "websites-with-shared-credential-backends" Remote Setting collection via Apple's open sourced password manager resources and adds new password rules to the "password-rules" Remote Setting collection via Apple's open sourced password manager rules.
Usage
The script will not run without the following environment variables set in .env
:
AUTHORIZATION
SERVER
To run this script:
$ node update-script.js
Note: Corporate VPN access is required to access the Remote Settings servers
The script will exit with a 0
for success and a 1
if there were any errors.