mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 13:57:47 +00:00
feat: enable iframe use (#4766)
* feat: enable iframe use * cleanup * fix mocks * fix linting * docs: add iframe usage to solution scenarios configurations * improve api * feat(console): security policy * description * remove unnecessary line * disable input button and urls when not enabled * add image to docs Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
This commit is contained in:
@@ -881,7 +881,8 @@
|
||||
"BRANDING": "Branding",
|
||||
"PRIVACYPOLICY": "Informativa sulla privacy e TOS",
|
||||
"OIDC": "OIDC Token lifetime e scadenza",
|
||||
"SECRETS": "Aspetto dei segreti"
|
||||
"SECRETS": "Aspetto dei segreti",
|
||||
"SECURITY": "Impostazioni di sicurezza"
|
||||
},
|
||||
"GROUPS": {
|
||||
"NOTIFICATIONS": "Notifiche",
|
||||
@@ -970,6 +971,11 @@
|
||||
"LENGTH": "Lunghezza",
|
||||
"UPDATED": "Impostazioni aggiornati"
|
||||
},
|
||||
"SECURITY": {
|
||||
"DESCRIPTION": "Questa impostazione consente al CSP di consentire il framing da un insieme di domini consentiti. Si noti che abilitando l'uso di iFrames, si corre il rischio di consentire il clickjacking.",
|
||||
"IFRAMEENABLED": "I Frame enabled",
|
||||
"ALLOWEDORIGINS": "URL consentiti"
|
||||
},
|
||||
"DIALOG": {
|
||||
"RESET": {
|
||||
"DEFAULTTITLE": "Ripristina impostazioni",
|
||||
|
Reference in New Issue
Block a user