| @@ -64,9 +64,15 @@ | ||
| 64 | 64 | 'consent_signals' => ConsentMode::signal_map(), |
| 65 | 65 | 'pro' => Helper::pro_features(), |
| 66 | 66 | 'record_count' => Record::count(), |
| 67 | 67 | 'table_ready' => Database::table_exists(), |
| 68 | + // Still needed by the notice that asks a site to move a tag it | |
| 69 | + // entered before aBlocks stopped placing them. | |
| 68 | 70 | 'tag_providers' => Tags::detected_providers(), |
| 71 | + 'embed_defaults' => [ | |
| 72 | + 'embed' => Embeds::default_rules(), | |
| 73 | + 'pixel' => Embeds::default_pixel_rules(), | |
| 74 | + ], | |
| 69 | 75 | ]; |
| 70 | 76 | return $data; |
| 71 | 77 | } |
| 72 | 78 | } |