mirror of https://github.com/xwiki-labs/cryptpad
test for conditions on deployed machine
This commit is contained in:
parent
9dc206c1ee
commit
ca7d2943be
|
@ -5,12 +5,10 @@ define([
|
|||
var $ = window.jQuery;
|
||||
|
||||
var domain = 'https://beta.cryptpad.fr';
|
||||
domain = 'http://localhost:3000';
|
||||
|
||||
var path = '/customize/share/frame.html';
|
||||
|
||||
var acceptResponseFrom = [
|
||||
/.*/i,
|
||||
/cryptpad.fr$/
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue