[RSS Feed/News] Optional cookie can be set without consent

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Steps to reproduce
  1. Enable advanced cookie consent
  2. View a frontend page with a fresh browser
  3. Configure consent to not allow optional cookies
  4. Create an ad on position Container header with the following code
  5. PHP:

    Code:
    <xf:if>
    XF.Cookie.set('from_search', 'unconsented-cookie-value');
    </xf:if>
  6. View another frontend page
  7. Check cookies
Expected Result
No cookie xf_from_search is present

Actual Result
Cookie xf_from_search is...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom