File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ module.exports = {
1212 'serverUri' : 'https://localhost:8443' ,
1313 'webid' : true ,
1414 'strictOrigin' : true ,
15+ 'originsAllowed' : [ 'https://apps.solid.invalid' ] ,
1516 'dataBrowserPath' : 'default'
1617
1718 // For use in Enterprises to configure a HTTP proxy for all outbound HTTP requests from the SOLID server (we use
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ class LDP {
7575
7676 debug . settings ( 'Server URI: ' + this . serverUri )
7777 debug . settings ( 'Auth method: ' + this . auth )
78+ debug . settings ( 'Strict origins: ' + this . strictOrigin )
79+ debug . settings ( 'Allowed origins: ' + this . originsAllowed )
7880 debug . settings ( 'Db path: ' + this . dbPath )
7981 debug . settings ( 'Config path: ' + this . configPath )
8082 debug . settings ( 'Suffix Acl: ' + this . suffixAcl )
You can’t perform that action at this time.
0 commit comments