Closed
Solved
By pass the iOS/Mac OS Cookie Acceptance Message for Pega Mashup
Can we by pass the Cookie confirmation message for Pega mashup in IOS / Mac OS in PRPC v8.3 ?
I have tried the following snippet but its failing the mashup to load in PRPC v8.3. But the same is working in PRPC v 7.4.
<script>
pega.web.mgr.isCookieConsentRequired = function() {
return false;
};
</script>