Should this work?
<script type="text/discourse-plugin" version="0.4">
  api.changeWidgetSetting('home-logo', 'href', function() { 
          return 'https://example.com.br';
  });
</script>
EDIT:
Setting it to ‘/another/page’ when using Discourse under ‘/forum’ also breaks 
.