From fe3cf2f01bde8a686ded6bb85c1ad13bd4bdf4d6 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 14 Nov 2017 13:54:08 +0000 Subject: [PATCH] Add blocked resource warning FAQ --- docs/help/LOOT-FAQs.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/help/LOOT-FAQs.html b/docs/help/LOOT-FAQs.html index 54ef8e9..d2b55a5 100644 --- a/docs/help/LOOT-FAQs.html +++ b/docs/help/LOOT-FAQs.html @@ -25,6 +25,7 @@ title: FAQs
  • I've run LOOT with obsolete versions of some plugins and LOOT didn't tell me to update them! How come?
  • I get a "Sorting made no changes to the load order." message when trying to sort my load order. Is this a problem?
  • LOOT has a "Could not load cef_extensions.pak" error in its CEFDebugLog.txt. Is this a problem?
  • +
  • LOOT has warnings starting "Blocking load of resource at https://fonts.googleapis.com/css" in its LOOTDebugLog.txt. Is this a problem?
  • Common Issues

    @@ -109,6 +110,9 @@ title: FAQs
    LOOT has a "Could not load cef_extensions.pak" error in its CEFDebugLog.txt. Is this a problem?
    No, cef_extensions.pak is unnecessary and LOOT doesn't ship with it, but there's no way to turn off its loading, so that error is always logged.
    + +
    LOOT has warnings starting "Blocking load of resource at https://fonts.googleapis.com/css" in its LOOTDebugLog.txt. Is this a problem?
    +
    No, LOOT blocks loading URLs it doesn't recognise for safety. The https://fonts.googleapis.com URLs are used by some of LOOT's UI components to get the fonts they use, but this is unnecessary as LOOT already includes copies of the font files.

    Common Issues