Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ship default adblock lists in plaintext format #468

Merged
merged 2 commits into from
Aug 31, 2022

Conversation

antonok-edm
Copy link
Collaborator

I generated a new component ID and pubkey for the plaintext format of our default adblock lists; the corresponding PEM has been uploaded to 1Password and is updated in Jenkins as well. This PR uses them to generate a new plaintext component version of the default lists.

@antonok-edm antonok-edm self-assigned this Aug 31, 2022
@@ -34,6 +34,9 @@ const generateManifestFile = async (name, base64PublicKey, uuid) => {
const generateManifestFileForDefaultAdblock =
generateManifestFile.bind(null, 'Default', defaultAdblockBase64PublicKey, 'default') // eslint-disable-line

const generateManifestFileForDefaultPlaintextAdblock =
generateManifestFile.bind(null, 'Default (plaintext)', defaultPlaintextPubkey, defaultPlaintextComponentId) // eslint-disable-line
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not really related to this PR, but what's the es-lint rule that fails here? Maybe we should disable it globally instead of ignoring any warnings/errors on all of these lines?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, good call. npm run lint actually uses standard, there's no eslint at all here. I can remove those comments.

@antonok-edm antonok-edm merged commit f1a29f3 into master Aug 31, 2022
@antonok-edm antonok-edm deleted the default-adblock-plaintext-format branch August 31, 2022 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants