glensc / dokuwiki-plugin-pageredirect

Redirects page requests based on content
https://www.dokuwiki.org/plugin:pageredirect
19 stars 19 forks source link

Add whitelist for automatic redirects to external sites #50

Open NebelNidas opened 2 months ago

NebelNidas commented 2 months ago

$conf['allow_external'] = 1 isn't granular enough in my opinion, it would be great if we could specify a whitelist of allowed external sites the plugin should automatically redirect to, with all disallowed redirects behaving just like the current $conf['allow_external'] = 0.