Restricted links filter

Component ID

2887805

Component name

Restricted links filter

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

179

Component created

Component changed

Component body

This simple module adds a CKEditor filter that allows you to check the access permission for the links inside the editor for which the current user does not have access to them.

Actually you could remove those links or replace them with another url.

Ex. Create a node with this two links inside it and view the node when you're logged in and after when you're anonymous.

<a href="/user/register">Register</a>
<a href="/admin">Admin area</a>