Skip to content

Commit 039c91e

Browse files
committed
Fix #400 [demo][acl] Add some missing policies for live-localizer
1 parent 9a17cb7 commit 039c91e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo-config/policy/basePolicyModule.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2505,11 +2505,12 @@ acl: {
25052505
[S_CHAIN]: S_CHAIN,
25062506
[S_INSTANCE]: {
25072507
[S_CHAIN]: S_CHAIN,
2508-
[S_DEFAULT]: 'r--',
2508+
[S_DEFAULT]: 'r-x',
25092509
'@live-localizer-lazy': 'rwx',
25102510
tagName: {
25112511
[S_DEFAULT]: '---',
25122512
'@iron-location': 'r--',
2513+
'@focus-visible': 'r--',
25132514
},
25142515
'@cache_automation': 'r--',
25152516
},

0 commit comments

Comments
 (0)