diff --git a/config/LocalSettings.php b/config/LocalSettings.php index a5d0f52..b43e99a 100644 --- a/config/LocalSettings.php +++ b/config/LocalSettings.php @@ -891,6 +891,8 @@ foreach ($wgContentNamespaces as $contentNS) { $smwgNamespacesWithSemanticLinks[$contentNS] = true; } +// Disable RDF link in to mitigate bot scrapers +$smwgEnableExportRDFLink = false; // Disable entity issue panel for all users by default since it is useless to most users // This generates an uncached call to api.php which is not needed $wgDefaultUserOptions['smw-prefs-general-options-show-entity-issue-panel'] = false;