Skip to content

Commit

Permalink
Sync localsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Nov 21, 2024
1 parent b2de3df commit 3768ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,8 @@
foreach ($wgContentNamespaces as $contentNS) {
$smwgNamespacesWithSemanticLinks[$contentNS] = true;
}
// Disable RDF link in <head> 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;
Expand Down

0 comments on commit 3768ae2

Please sign in to comment.