Skip to content

Commit 7030c67

Browse files
committed
Exclude facebook hack in phpbb4
1 parent 221d76e commit 7030c67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

event/main_listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function __construct(auth $auth, config $config, db_text $config_text, la
105105
public function add_custom_sites($event)
106106
{
107107
$phpbb4_builtins = array_flip([
108-
'applepodcasts', 'bluesky', 'bunny', 'mastodon', 'pastebin', 'threads', 'twitter',
108+
'applepodcasts', 'bluesky', 'bunny', 'facebook', 'mastodon', 'pastebin', 'threads', 'twitter',
109109
]);
110110

111111
foreach ($this->custom_sites->get_collection() as $site)

0 commit comments

Comments
 (0)