Skip to content

Commit e4e419e

Browse files
authored
Warn about code block access
1 parent 4084b38 commit e4e419e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/infrastructure_and_maintenance/security/security_checklist.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ Reduce your attack surface by exposing only what you must.
144144
- { path: ^/search, roles: ROLE_USER}
145145
```
146146

147+
### Limit access to code blocks
148+
149+
The Code Block in Page Builder is designed to accept any HTML, which includes embedded JavaScript. This means that XSS is necessarily possible for editors that have access to Code Blocks. As site administrator you should be aware of this when giving editors access to the Page Builder features, and limit that access only to highly trusted editors. It is possible to
150+
[limit access to specific blocks per content type](https://doc.ibexa.co/projects/userguide/en/4.6/content_management/configure_ct_field_settings/#default-configuration-of-pages),
151+
where you can define which page blocks are available to an editor.
152+
147153
## Symfony
148154

149155
### `APP_SECRET` and other secrets

0 commit comments

Comments
 (0)