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.
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.