You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now isDomainSecure is hard coded to flag elastic.co & subdomains as secure for the purpose of adding rel=noreferrer to non-elastic links.
Instead of the hard-coded value, this should be configurable by the application; likely by adding a function to EuiProvider that can provide this true/false logic, defaulting to () => false and we'll re-add the elastic.co logic to Kibana's use of that provider
The text was updated successfully, but these errors were encountered:
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment.
Right now
isDomainSecure
is hard coded to flag elastic.co & subdomains as secure for the purpose of adding rel=noreferrer to non-elastic links.Instead of the hard-coded value, this should be configurable by the application; likely by adding a function to EuiProvider that can provide this true/false logic, defaulting to
() => false
and we'll re-add the elastic.co logic to Kibana's use of that providerThe text was updated successfully, but these errors were encountered: