Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfFlarum/secure-https
Changes all images using HTTP to HTTPS
https://github.com/FriendsOfFlarum/secure-https
flarum friendsofflarum
Last synced: about 9 hours ago
JSON representation
Changes all images using HTTP to HTTPS
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/secure-https
- Owner: FriendsOfFlarum
- License: mit
- Created: 2018-10-27T00:24:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T08:59:19.000Z (about 1 month ago)
- Last Synced: 2024-10-29T22:37:24.911Z (5 days ago)
- Topics: flarum, friendsofflarum
- Language: PHP
- Homepage: https://discuss.flarum.org/d/17771
- Size: 499 KB
- Stars: 6
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flarum - FoF Secure HTTPS - Changes all images using HTTP to HTTPS. (Extensions / Security & Spam ([:top:](#table-of-contents)))
README
# Secure HTTPS by FriendsOfFlarum
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/secure-https.svg)](https://packagist.org/packages/fof/secure-https)
A [Flarum](https://flarum.org/) extension. Changes all images in post content using HTTP to HTTPS.
## Your forum **must** be accessible via `https` before this extension is activated.
### Installation
Install with composer:
```sh
composer require fof/secure-https:"*"
```### Updating
```sh
composer update fof/secure-https
php flarum cache:clear
```### Links
- [Packagist](https://packagist.org/packages/fof/secure-https)
- [GitHub](https://github.com/FriendsOfFlarum/secure-https)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).