~psiphon-inc/psiphon/trunk

« back to all changes in this revision

Viewing changes to trunk/sql/site-compat/kaltura.sql

  • Committer: Vlad
  • Date: 2018-08-31 17:43:47 UTC
  • Revision ID: vlad-20180831174347-ysmt4uz4j70p9cl9
site compatibility updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
delete from jsf_group where id=8;
 
2
insert into jsf_group (id, title) values (8,'kaltura.com');
 
3
 
 
4
delete from jsf_domain where grp=8;
 
5
insert into jsf_domain (grp, domain) values (8,'cdnapisec.kaltura.com');
 
6
 
 
7
delete from jsf_rule where grp=8;
 
8
INSERT INTO `jsf_rule` (`grp`, `ord`, `path`, `srch`, `repl`, `note`, `flags`) VALUES (8,1,'/','.*','&\r\n','preserves javascript code so that videos on RFA can use it',0);