• Resolved Piani

    (@webbmasterpianise)


    Hi. To get favicons working nowdays it seems I need to allow access to the file in root “browserconfig.xml”

    I added the file/code and in WP Security/Tools/Custom .htaccess rules

    I added:

    <Files browserconfig.xml>
    <IfModule mod_authz_core.c>
      Require all granted
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Allow from all
    </IfModule>
    </Files>

    But this seems to not grant access to the file. Please help me out how to solve this or/and if I need to do it in another way.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi,

    If I cross check it shows favicon icon in browser tab. So it seems the favicon is loading.

    https://goteborgsmagiskaklubb.se/favicon-16×16.png

    https://snipboard.io/wyzJ46.jpg

    If you have 5g firewall rules on it might be the issue browserconfig.xml not accsiblee – WP Security > Firewall > 6G Blacklist firewall rules tab. Enable legacy 5G firewall protection uncheck the checkbox and save it might solve the issue.

    Regards

    Thread Starter Piani

    (@webbmasterpianise)

    This is for the High Rez PNG 192×192 favicon for Chrome Bookmark and IOS (Not the 16×16). And uncchecking the “Enable legacy 5G firewall protection” solved my issue to give access to the browserconfig.xml.

    Thank you for a quick reply and the issue is closed. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Allow access to browserconfig.xml’ is closed to new replies.