make long strings responsive

This commit is contained in:
Samuel Shifterovich
2018-10-27 19:10:08 +02:00
parent 48af18b224
commit 8e00f2589e
3 changed files with 5 additions and 5 deletions

View File

@ -555,7 +555,7 @@ layout: default
<!-- steps on manually disabling WRTC in Firefox -->
<p>In short: Set "media.peerconnection.enabled" to "false" in "about:config".</p>
<p><strong>Explained:</strong></p>
<ol>
<ol class="long-string-list">
<li>Enter "about:config" in the firefox address bar and press enter.</li>
<li>Press the button "I'll be careful, I promise!"</li>
<li>Search for "media.peerconnection.enabled"</li>
@ -564,7 +564,7 @@ layout: default
</ol>
<p>If you want to make sure every single WebRTC related setting is really disabled change these settings:</p>
<ol>
<ol class="long-string-list">
<li>media.peerconnection.turn.disable = true</li>
<li>media.peerconnection.use_document_iceservers = false</li>
<li>media.peerconnection.video.enabled = false</li>