{"version":3,"sources":["webpack:///./src/pages/help/opt-out-cookie.js"],"names":["related","link","title","description","frontmatter","metaTitle","metaDescription","canonical","Wrapped","Article","href","target","rel","className","role","inline","section"],"mappings":"+FAAA,gHAqDMA,EAAU,CACd,CACEC,KAAM,0CACNC,MAAO,qCACPC,YAAa,0DAIJC,EAAc,CACzBC,UAAW,iBACXC,gBAAiB,2CACjBC,UAAW,yBAGPC,EAAUC,aA9DA,WACd,OACE,6BACE,oEACyC,IACvC,kBAAC,IAAD,CACEC,KAAK,4CACLC,OAAO,SACPC,IAAI,uBAHN,UAMQ,IARV,wDAWA,yBAAKC,UAAU,gCAAgCC,KAAK,SAApD,4HAIA,yFACA,4BACE,4BACE,2BACE,qDAEF,gGACqE,IACnE,kBAAC,IAAD,CAAMC,QAAM,GAAZ,oBAGJ,4BACE,2BACE,gDAEF,kHACuF,IACrF,kBAAC,IAAD,CAAMA,QAAM,GAAZ,iBAFF,8EAGuB,kBAAC,IAAD,CAAMA,QAAM,GAAZ,sCAI3B,uHAC4F,IAC1F,kBAAC,IAAD,CAAMA,QAAM,GAAZ,qBAqBO,4BACb,kBAACP,EAAD,eAASR,QAASA,EAASgB,QAAQ,UAAUd,MAAOE,EAAYC,WAAeD","file":"component---src-pages-help-opt-out-cookie-js-bd892947a4759e96a263.js","sourcesContent":["import React from 'react';\nimport Link from 'components/ui/link';\nimport Article from 'components/help/helpArticle';\nimport Code from 'components/help/codeSnippet';\n\nconst Content = () => {\n return (\n
\n

\n Opting out from LiveSession will put a{' '}\n \n cookie\n {' '}\n on your site that tells our script to be turned off.\n

\n
\n You need to allow your users to turn off session recordings. The instructions should be\n included in your privacy policy.\n
\n

From a technical perspective, there are two ways to do it:

\n \n

\n You can also disable LiveSession for just one session. This can be done with this method:{' '}\n __ls("off")\n

\n
\n );\n};\n\nconst related = [\n {\n link: '/help/how-to-install-livesession-script',\n title: 'How to install LiveSession script?',\n description: 'Check how can you install LiveSession on any website.',\n },\n];\n\nexport const frontmatter = {\n metaTitle: 'Opt-out cookie',\n metaDescription: 'How to opt-out from LiveSession tracking',\n canonical: '/help/opt-out-cookie/',\n};\n\nconst Wrapped = Article(Content);\nexport default () => (\n \n);\n"],"sourceRoot":""}