dtarnawsky / nexus-browser

2 stars 3 forks source link

(bug): Non-http sites do not work - allowed always return false #16

Closed kentora closed 9 months ago

kentora commented 9 months ago

UrlService#allowed has a return statement in the "finally" block. This cause the return value from here, to always be used. Finally should be changed to catch, in order to only return false, given an error.

dtarnawsky commented 9 months ago

Fixed in 1.14