Unsafe origin for localhost as 127.0.0.1

This commit is contained in:
Francisco J. Solis-Munoz 2020-09-22 09:51:26 -05:00
parent 434ba6c360
commit 05cbe20bbe
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module.exports = {
* cryptpad/docs/example.nginx.conf (see the $main_domain variable)
*
*/
httpUnsafeOrigin: 'http://127.0.0.1:3000/',
httpUnsafeOrigin: 'http://127.0.0.1:3000/ http://localhost:3000',
/* httpSafeOrigin is the URL that is used for the 'sandbox' described above.
* If you're testing or developing with CryptPad on your local machine then