Objects are always passed by reference, so it doesn't make sense to return an object which is passed by reference as it will always be the same object. This change makes the code a bit more readable.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
For better consistency, allow all types of imported entries to update, which was already the case for Firefox and Chrome.