Skip to content

Commit

Permalink
feat: added Facebook crawlers to botIgnoreList
Browse files Browse the repository at this point in the history
  • Loading branch information
modelrailroader authored Jun 11, 2024
1 parent d07d92e commit f7b01e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpmyfaq/src/phpMyFAQ/Setup/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,9 @@ class Installer extends Setup
'main.enableAskQuestions' => 'false',
'main.enableNotifications' => 'false',
'main.contactInformationHTML' => 'false',
'main.botIgnoreList' => 'nustcrape,webpost,GoogleBot,msnbot,crawler,scooter,bravobrian,archiver,
w3c,controler,wget,bot,spider,Yahoo! Slurp,htdig,gsa-crawler,AirControler,Uptime-Kuma',
'main.botIgnoreList' => 'nustcrape,webpost,GoogleBot,msnbot,crawler,scooter,bravobrian,archiver,' .
'w3c,controler,wget,bot,spider,Yahoo! Slurp,htdig,gsa-crawler,AirControler,Uptime-Kuma,facebookcatalog/1.0,' .
'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php),facebookexternalhit/1.1',
'main.enableCookieConsent' => 'true',

'records.numberOfRecordsPerPage' => '10',
Expand Down

0 comments on commit f7b01e1

Please sign in to comment.