Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).