Confirmed Requested Change: Donate Button

Request: - Hide or remove the default CryptPad donation widget/button.

Likely implementation: - Add the following inside /opt/cryptpad/customize/application_config.js, within the existing CryptPad factory block:

AppConfig.removeDonateButton = true;

Related possible vanilla cleanup: - Remove or blank the survey link:

AppConfig.surveyURL = "";

Verification: - Browser-load public and logged-in surfaces. - Confirm no donation widget/button appears. - Confirm no AppConfig is not defined or loading hang.