Fix handling of cookie policy when no policy has been explicitly set
Previously, if the user didn't explicitly set a cookie policy, an Unknown
policy was used. However, this was treated differently in the cookies settings page and in WebEnginePartCookieJar
: in the first case, it was treated as Ask
while in the latter it was treated as Accept
. To avoid this, the Unknown
policy has been removed and the Accept
policy is always used if no policy exists