Kumi
c4781584a0
Implemented a YOURLS plugin to show an interstitial page before redirecting users, enhancing security by making sure users are informed of external redirection. Included an MIT License to clearly define usage rights. The plugin is configured to auto-redirect after a 5-second delay, with the option for users to proceed or cancel. No configuration options are needed for this initial implementation.
750 B
750 B
Interstitial Page for YOURLS
This YOURLS plugin allows you to display an interstitial page before redirecting to the requested short URL.
This ensures that the user knows that they are being redirected to an external site, and can choose to continue or cancel the redirect, potentially preventing some malicious redirects.
Installation
-
Go to the
user/plugins
directory -
Clone this repository
git clone git+https://git.private.coffee/PrivateCoffee/yourls-interstitial.git
- Go to the YOURLS admin interface and activate the plugin
Configuration
This plugin does not currently have any configuration options.
License
This project is licensed under the MIT License - see the LICENSE file for details