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

remove clean-webpack-plugin, remove docs/, update .gitignore #300

Merged
merged 4 commits into from
Dec 8, 2024

Conversation

gstrauss
Copy link
Collaborator

@gstrauss gstrauss commented Dec 8, 2024

haproxy: remove special case for dhParamSize 1024
remove unused vars from 'state' object
remove docs/, update .gitignore
remove clean-webpack-plugin

TLSv1.1 requires ssl-security-level 0 and by the time TLSv1.1 is
removed from the guidelines, dhParamSize will be at least 2048.
(ssl-security-level 1 is needed for dhParamSize 1024 bit)
update .gitignore to ignore docs/ in addition to build/, node_modules/
Removing this plugin removes dependencies on other old, deprecated,
or otherwise unmaintained packages.  (Why should a 'simple' plugin
for 'clean' need such a glut of old packages?)

Use with caution: `git clean -fdx` can be used to wipe the working copy
of **all** untracked files, including those in .gitignore, which
includes docs/ and build/ artifacts.  `git reset --hard` discards
any modifications to tracked files (under version control) in the
working copy.
@gstrauss gstrauss merged commit f3a5f6c into mozilla:master Dec 8, 2024
3 checks passed
@gstrauss gstrauss deleted the pkg-removal branch December 8, 2024 05:30
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.

1 participant