yourls-interstitial/README.md
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

25 lines
750 B
Markdown

# 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
```bash
git clone git+https://git.private.coffee/PrivateCoffee/yourls-interstitial.git
```
3. 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](LICENSE) file for details