We are actively looking for staff to help us build the wiki. If you are interested please join our Discord server and apply.

For Developers

From Moonbounce Wiki
Revision as of 10:15, 11 April 2025 by Bane (talk | contribs) (Created initial "For Devlopers" page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page documents useful information for developers that relate to Moonbounce's use.

Block Moonbouce Activation[edit | edit source]

Site authors are able to disable Moonbounce activation on a given webpage using the following meta tag:

<meta name="moonbounce:extension" content="false">

The value of content can be false, off, no, or 0.

This is useful if you want to keep Moonbounce enabled on most of your site, but disable it on potentially sensitive pages, such as user settings, payment information, etc.