Hi there,
yes, you are, but only with manual effort.
You first have to edit every embed provider in Settings > Embed Privacy > Manage embed providers and explicitly disable all embed providers except for Twitter.
Then you need to add a filter to disable processing unknown embed providers like this:
add_filter( 'embed_privacy_ignore_unknown_providers', '__return_true' );
Best regards,
Matthias