1
0
Форкнуть 0
NPM package for updating the "websites-with-shared-credential-backends" and "password-rules" collections on Remote Settings
Перейти к файлу
Mathieu Leplatre 7dccc207ff
Passing the timestamp has no effect (#10)
* Do not pass the timestamp

* Docker does not open port

* main-workspace is also for DEV server
2024-11-12 11:07:50 -05:00
.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.