No description
Find a file
Kumi c4781584a0
Added interstitial redirection feature and license
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.
2024-02-22 11:42:43 +01:00
LICENSE Added interstitial redirection feature and license 2024-02-22 11:42:43 +01:00
plugin.php Added interstitial redirection feature and license 2024-02-22 11:42:43 +01:00
README.md Added interstitial redirection feature and license 2024-02-22 11:42:43 +01:00

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

  1. Go to the user/plugins directory

  2. Clone this repository

git clone git+https://git.private.coffee/PrivateCoffee/yourls-interstitial.git
  1. 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