Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <script>
  2. // us privacy macro funkcija
  3. __uspapi = function(a, b, c) {
  4. c({uspString: "IDEMOUSP"}, true);
  5. };
  6.  
  7. // gdpr funkicja koju smo gledali do sad
  8. __cmp = function(a, b, c) {
  9. c({gdprApplies: true, consentData: "IDEMOGDPR1"});
  10. };
  11.  
  12. // gdpr funkcija nova...
  13. __tcfapi = function(a, b, c) {
  14. c({gdprApplies: true, tcString: "IDEMOGDPR2"}, true);
  15. };
  16. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement