Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FF88 - FTP disabled by default on all releases #3617

Merged
merged 2 commits into from Mar 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -1574,7 +1574,7 @@ <h4>Note</h4>

<h4 id="FTP_support_disabled">FTP support disabled</h4>

<p>For security reasons, Mozilla intends to remove support for {{Glossary("FTP")}} from Firefox in 2020, effective in Firefox 82. See {{bug(1622409)}} for implementation progress. The <code>network.ftp.enabled</code> preference must be enabled (set to <code>true</code>) to allow FTP to be used.</p>
<p>For security reasons, {{Glossary("FTP")}} is disabled from Firefox 88 in all releases ({{bug(1691890)}}), with the intention of removing the feature in Firefox 90 (previously FTP was only disabled in nightly builds). The <code>network.ftp.enabled</code> preference must be enabled (set to <code>true</code>) to allow FTP to be used.</p>

<table class="standard-table">
<thead>
Expand All @@ -1588,7 +1588,7 @@ <h4 id="FTP_support_disabled">FTP support disabled</h4>
<tr>
<th scope="row">Nightly</th>
<td>77</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<th scope="row">Developer Edition</th>
Expand Down