# How do I disable email obfuscation on my App Platform site? App Platform automatically obfuscates emails in a site’s HTML to protect against accidental leaks of personal information. To disable this feature, [update your app spec](https://docs.digitalocean.com/products/app-platform/how-to/update-app-spec/index.html.md) with the following: ``` disable_email_obfuscation: "true" ``` For a full example of an app spec, see the [App Spec Reference](https://docs.digitalocean.com/products/app-platform/reference/app-spec/index.html.md). ## Related Topics [Why can't I find my app even after paying my past due balance?](https://docs.digitalocean.com/support/why-cant-i-find-my-app-even-after-paying-my-past-due-balance/index.html.md): If your resources have been destroyed due to a prolonged past due balance, you can contact support to request the app spec for deleted apps to recreate the app with the same configuration. [How do I fix the error "Record is managed by an App on this account, and cannot be deleted"?](https://docs.digitalocean.com/support/how-do-i-fix-the-error-record-is-managed-by-an-app-on-this-account-and-cannot-be-deleted/index.html.md): Use the app’s Settings tab to remove domains associated with App Platform apps. [Why do I get the error “JavaScript heap out of memory” during deployment?](https://docs.digitalocean.com/support/why-do-i-get-the-error-javascript-heap-out-of-memory-during-deployment/index.html.md): Increase the heap memory by setting the environment variable NODE\_OPTIONS=–max-old-space-size=4096.