This request is an ask to reverse the logic to show or not show the pill.
Currently it is not shown if:
- on .live
- if configured on prodHost
- if configured isProd returns true
We should reverse this to use a white list and show it only if
- on .page or localhost (as recommended in the README.md)
- if configured and isProd returns false
- if configured and not on prodHost
That way no user setting is needed when running aem-experimentation with crosswalk
This request is an ask to reverse the logic to show or not show the pill.
Currently it is not shown if:
We should reverse this to use a white list and show it only if
That way no user setting is needed when running aem-experimentation with crosswalk