We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
... and generate a Known problems and limitations README section from NOTICE: fields (improve gen-readme.sh)
NOTICE:
gen-readme.sh
Example output:
browser.frames.enabled: false
privacy.clearOnShutdown.passwords: true
network.cookie.cookieBehavior: 1
Same reasoning and advantages as #229
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
... and generate a Known problems and limitations README section from
NOTICE:
fields (improvegen-readme.sh
)Example output:
browser.frames.enabled: false
breaks websites relying on IFRAMEsprivacy.clearOnShutdown.passwords: true
will cause all your saved passwords to be removednetwork.cookie.cookieBehavior: 1
breaks a number of payment gateways so you may need to comment it outSame reasoning and advantages as #229
The text was updated successfully, but these errors were encountered: