{% extends "base_side_categories.html" %} {% block title %}{{ page_title(_('Frequently Asked Questions')) }}{% endblock %} {% block content %}
{{ _('Beta add-ons are unreviewed versions which represent the latest work of an add-on author. While different authors have different standards for beta code quality, you should assume that these add-ons are less stable than the general add-on releases.') }}
{% trans %}Please note that when you install an add-on from the "Beta Version" section of an add-on's listing, you will continue to receive updates for that add-on as they become available. Like the initial version you installed, all beta releases are unreviewed by Mozilla and may harm your computer.{% endtrans %}
{% trans url="http://en.wikipedia.org/wiki/Open-source_license" %} The source code used to create an add-on is an exclusive copyright of the add-on author, unless otherwise declared in a source code license. Many add-ons on this site have open source licenses that make the source code publicly available for copy and reuse under conditions determined by the author. Most authors choose widely known open source licenses like the GPL or BSD licenses instead of making up their own.{% endtrans %}
{% trans url="http://www.mozilla.com/firefox/organic/" %} Firefox and other Mozilla software are open source. {% endtrans %}
{% trans faq_url=remora_url('pages/developer_faq'), hub_url=remora_url('developers') %} Please see our Developer FAQ and Developer Hub for answers to add-on developer-related questions.{% endtrans %}
{% trans sumo_url="http://support.mozilla.com", forum_url="https://forums.addons.mozilla.org" %} For general Firefox support, visit our support website. For general add-on and website questions, visit our forum.{% endtrans %}