-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update allowed external domain article and screenshot, based on PR 15…
…6 by basicavisual
- Loading branch information
paulinebessoles
committed
Nov 21, 2024
1 parent
babb62d
commit 564a7ef
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
Binary file added
BIN
+208 KB
...n/modules/admin/assets/images/settings/allowed_external_domains_admin_panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+118 KB
docs/en/modules/admin/assets/images/settings/allowed_external_domains_pop-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 15 additions & 4 deletions
19
docs/en/modules/admin/pages/settings/allowed_external_domains.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
= Allowed external domains | ||
|
||
As means to protect against spam, and increase the security on your instance, Decidim will identify any links that direct to an external webpage, and add the following alert after the user clicks it: | ||
As means to protect against spam, and increase the security on your instance, Decidim can identify any links that direct | ||
to an external webpage, and add the following alert pop-up after the user clicks it: | ||
|
||
image::allowed_external_domains_pop-up.png[Pop-up that appears when clicking any external domains on Decidim] | ||
image::settings/allowed_external_domains_pop-up.png[Pop-up that appears when clicking any external domains on Decidim] | ||
|
||
There may be webpages you don't want this feature on. For example, if your site is deployed at a URL like `+decidim.example.org+` and you want every `+example.org+` URLs to omit this message, you can configure this by adding your URL, and as many as you want, at the Allowed external domains page: | ||
It warns participants that they are leaving your instance. | ||
|
||
image::allowed_external_domains_admin_panel.png[Allowed external domains panel] | ||
== Allow an external domains | ||
|
||
There may be some websites redirection for which you don't want this feature enabled. | ||
For example, if your site is deployed at a URL like `+decidim.example.org+` and you want every `+example.org+` URLs | ||
to omit this alert message, you can configure this by adding your URL, and as many as you want, in the Allowed external domains page. | ||
|
||
To do so, click the "Add to allowed list" button and enter the website URL you want to authorize. | ||
|
||
image::settings/allowed_external_domains_admin_panel.png[Allowed external domains panel] | ||
|
||
When clicking on a URL to those domains, participants won't see the alert message. |