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
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.