Also missing the "brash-ice" tile on Aquilo. If you want all tiles with fluid (all tiles that allow offshore pumps) to allow dumping then instead of making a list of all of them you can use this instead:
for _, tile in pairs(data.raw.tile) do
if tile.fluid ~= nil then
tile.destroys_dropped_items = true
end
end
Edit: actually remembered you have separate settings for each planet so never mind, that won't work.