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