This issue has been created
 
 
Cristal / cid:jira-generated-image-avatar-6bd3556f-62eb-4dd0-b81b-29d5bfcf4a32 CRISTAL-253 Open

Allow configurations to define there security restrictions

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-f648e130-2c5d-4879-a340-6a9efb412075 Manuel Leduc created this issue on 15/Oct/24 16:22
 
Summary: Allow configurations to define there security restrictions
Issue Type: cid:jira-generated-image-avatar-6bd3556f-62eb-4dd0-b81b-29d5bfcf4a32 Improvement
Affects Versions: 0.10
Assignee: Unassigned
Components: Electron
Created: 15/Oct/24 16:22
Priority: cid:jira-generated-image-static-major-fd1d35d6-b320-463b-9a4a-d3078dbd1d65 Major
Reporter: Manuel Leduc
Description:

In electron, some security restrictions are applied (see https://github.com/xwiki-contrib/cristal/blob/main/electron/main/src/security-restrictions.ts#L37) to prevent users to navigate to unknown locations.
But, navigating to some locations should be allowed. For instance, for authentication.
Therefore, we need to allow configurations to "inject" allowed url to customize the security restrictions.