Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to block Vimeo cookie ? #78

Open
vikasneugi opened this issue Nov 18, 2021 · 0 comments
Open

How to block Vimeo cookie ? #78

vikasneugi opened this issue Nov 18, 2021 · 0 comments

Comments

@vikasneugi
Copy link

vikasneugi commented Nov 18, 2021

Hello
How can i block vimeo cookies using this package (cookie vuid) loaded by https://player.vimeo.com ?
I believe this cookie is used by the vimeo video we embed using iframe :

<iframe class="mfp" src="https://player.vimeo.com/video/#videolink?autoplay=0" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <script src="https://player.vimeo.com/api/player.js"></script>

I have tried 2 ways with below scripts without much success:

vimeo: {
category: 'analytics',
type: 'script-tag',
search: 'vimeo',
language: {
locale: {
en: {
name: 'Vimeo'
}
}
} }

  1. vimeo: {
    category: 'analytics',
    type: 'dynamic-script',
    search: 'vuid',
    cookies: [
    {
    name: 'vuid',
    domain: .vimeo.com
    }
    ],
    language: {
    locale: {
    en: {
    name: 'Vimeo Script'
    }
    }
    }
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant