Add "Rate Limit" to the XHR requests for "tx_sgcookieoptin_domain_model_user_preference"
Goal: Only x requests per hour based on the user hash. IP based is not possible, because we can't save them here (data privacy).
Also do a quick check if the there was really a change before writing an entry.
Reason: Log can be heavily spammed.
Edited by Stefan Galinski