Bug 1418314: Make the learn more links in plugin details work properly again. r?aswan draft
authorDave Townsend <dtownsend@oxymoronical.com>
Wed, 31 Jan 2018 13:06:04 -0800
changeset 749679 e6f13506989cb2962856a03629b59e74c27485fa
parent 749678 f9862c0f356cbe5d8c20423cf794cf1b69531753
push id97466
push userdtownsend@mozilla.com
push dateWed, 31 Jan 2018 21:06:17 +0000
reviewersaswan
bugs1418314
milestone60.0a1
Bug 1418314: Make the learn more links in plugin details work properly again. r?aswan MozReview-Commit-ID: BZJ4XPiX0Uc
toolkit/mozapps/extensions/content/pluginPrefs.xul
--- a/toolkit/mozapps/extensions/content/pluginPrefs.xul
+++ b/toolkit/mozapps/extensions/content/pluginPrefs.xul
@@ -35,23 +35,25 @@
         </row>
         <row class="detail-row-complex">
           <label>&plugin.mimeTypes;</label>
           <label class="text-list" id="pluginMimeTypes"/>
         </row>
         <row id="pluginFlashBlocking" class="detail-row-complex">
           <vbox>
             <label>&plugin.enableBlocklists.label;</label>
-            <label class="preferences-learnmore text-link">&setting.learnmore;</label>
+            <label class="preferences-learnmore text-link"
+                   href="https://support.mozilla.org/kb/flash-blocklists">&setting.learnmore;</label>
           </vbox>
           <checkbox id="pluginFlashBlockingCheckbox"/>
         </row>
         <row id="pluginEnableProtectedMode" class="detail-row-complex">
           <vbox>
             <label>&plugin.flashProtectedMode.label;</label>
-            <label class="preferences-learnmore text-link">&setting.learnmore;</label>
+            <label class="preferences-learnmore text-link"
+                   href="https://support.mozilla.org/kb/flash-protected-mode-settings">&setting.learnmore;</label>
           </vbox>
           <checkbox id="pluginEnableProtectedModeCheckbox"/>
         </row>
       </rows>
     </grid>
   </vbox>
 </window>