------------------
- Limit the installable products screen to listing only extension profiles
which are either registered without a `for` attribute (i.e. for any type
of context), or registered for `Products.CMFCore.interfaces.ISiteRoot` or
`Products.CMFPlone.interfaces.IPloneSiteRoot`. This allows products to
use another marker interface to group profiles together, without fear of
those showing up in `portal_quickinstaller`.
[optilude]