By default Drupal core provides "Limit allowed HTML tags" filter that will allow the user defined HTML tags only in the editor. This module provides reverse functionality. So it will allow all the tags except user defined tags in the configuration.
Limitation:
This module will filter the tags on client side only. This validation will happen when we toggle the source button in editor.