Change clickstream endpoint for brave's shield (#391)

Brave's shield blocks the clickstream endpoint. uBlock origin
does not (it seems).
This commit is contained in:
John B Nelson 2021-11-30 12:47:48 -08:00 committed by GitHub
parent 4fd4309829
commit 873ac4dc5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ import { selectPlayingUri, selectPrimaryUri } from 'redux/selectors/content';
import { selectClientSetting, selectDaemonSettings } from 'redux/selectors/settings';
import { history } from 'ui/store';
const recsysEndpoint = 'https://recsys.odysee.com/log/video/view';
const recsysEndpoint = 'https://clickstream.odysee.com/log/video/view';
const recsysId = 'lighthouse-v0';
const getClaimIdsFromUris = (uris) => {