- Issue created by @eduardo morales alberti
- Merge request !41Issue #3538753 by eduardo morales alberti: Allow disabling internal domain detection → (Open) created by eduardo morales alberti
The entity_mesh
module currently assumes that all URLs on the same domain are internal.
However, in some cases where Drupal is hosted in a subfolder (e.g., https://www.example.com/subfolder
),
the module incorrectly treats valid internal routes as broken links because it doesn't account for the subfolder.
/subfolder
).entity_mesh
.https://localhost/subfolder/home
on a content.
Introduce a configuration setting that allows site administrators to disable same-domain internal link detection.
When disabled, all URLs will be treated as external unless explicitly marked otherwise.
A checkbox in the entity_mesh
settings form to enable/disable internal domain detection.
None.
None.
Active
1.0
Code