@jlfranklin mentioned Database SSL Check in https://github.com/backdrop/backdrop-issues/issues/4772#issuecomment-778.... That is a D7/D8 module, and it could of course be ported to Backdrop contrib, but it's only a ~40-line implementation of hook_requirements()
: https://git.drupalcode.org/project/database_ssl_check/-/blob/7.x-1.x/dat... ...so I believe that it could be a nice addition to core, as part of #3624.
I've installed the module in Backdrop (simply modifying it's .info file), and this is what it adds:
Recent comments
Check what the real synonym for this term /admin/config/urls/path Perhaps you have an error in the synonym pattern /admin/config/urls/path/patterns
Double Triple Category Name
I`m use JS: var path = window.location.pathname.substring(1); var noindex = ['user','search']; noindex.forEach(el => { if (path.indexOf(el) > -1) { ...
set no index for /user/password?
If you are talking about the progress bar shown by batch processes (for example, the one shown when you update your site), that seems to be themed by theme_progress_bar() and the css is defined...
How to change the width of the progress bar