Skip to content

Instantly share code, notes, and snippets.

View SamvelG's full-sized avatar

Samvel SamvelG

View GitHub Profile
@SamvelG
SamvelG / session_replay_urls.md
Last active October 15, 2019 23:48 — forked from gunesacar/session_replay_urls.md
Updated script URL substrings used to detect the embeddings from the companies offering session replay services https://goo.gl/iAsRe2

Script URL substrings used to detect the embeddings from the companies offering session replay services

  • mc.yandex.ru/metrika/watch.js
  • mc.yandex.ru/metrika/tag.js
  • mc.yandex.ru/webvisor/
  • fullstory.com/s/fs.js
  • d2oh4tlt9mrke9.cloudfront.net/Record/js/sessioncam.recorder.js
  • ws.sessioncam.com/Record/record.asmx
  • userreplay.net
  • script.hotjar.com
<?php
// bin/doctrine.entity.generator.php
include '../vendor/autoload.php';
$classLoader = new \Doctrine\Common\ClassLoader('Entities', __DIR__);
$classLoader->register();
$classLoader = new \Doctrine\Common\ClassLoader('Proxies', __DIR__);
$classLoader->register();
// config