2017 © Pedro Peláez
 

elgg-plugin image_proxy

Proxy scheme for http images embedded in https elgg sites

image

beck24/image_proxy

Proxy scheme for http images embedded in https elgg sites

  • Wednesday, April 18, 2018
  • by beck24
  • Repository
  • 1 Watchers
  • 3 Stars
  • 136 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

image_proxy

Proxy scheme for http images embedded in https elgg sites, (*1)

Non-https image urls not originating from the elgg host name are replaced with a proxy url to mod/image_proxy/image.php This file forwards the headers and image content from the http source through to the browser using the elgg site ssl thereby removing unsecure content warnings from browsers., (*2)

Non-https images originating from the elgg host over http are rewritten to serve from https, (*3)

The proxy has an encryption element to ensure that urls passed through are originating as elgg content. This uses the elgg site secret by default. The elgg engine is not booted during the proxy forwarding process to keep things as lean as possible. A single database query is used to retrieve the site secret., (*4)

This can optionally be bypassed by adding a new secret string directly to the settings.php file, (*5)

$CONFIG->image_proxy_secret = 'my secret string';

Adding a custom image_proxy_secret to the config will eliminate all database interaction for the proxy, (*6)

The Versions

18/04 2018

dev-master

9999999-dev https://github.com/beck24/image_proxy

Proxy scheme for http images embedded in https elgg sites

  Sources   Download

GPL-2.0 GPL-2.0-only

The Requires

 

by Matt Beckett

plugin image elgg image proxy

18/04 2018

2.0.2

2.0.2.0 https://github.com/beck24/image_proxy

Proxy scheme for http images embedded in https elgg sites

  Sources   Download

GPL-2.0-only

The Requires

 

by Matt Beckett

plugin image elgg image proxy

18/04 2018

2.0.1

2.0.1.0 https://github.com/beck24/image_proxy

Proxy scheme for http images embedded in https elgg sites

  Sources   Download

GPL-2.0-only

The Requires

 

by Matt Beckett

plugin image elgg image proxy

10/06 2016

dev-limit-headers

dev-limit-headers https://github.com/beck24/image_proxy

Proxy scheme for http images embedded in https elgg sites

  Sources   Download

GPL-2.0

The Requires

 

by Matt Beckett

plugin image elgg image proxy

24/09 2015

1.2.0

1.2.0.0 https://github.com/beck24/image_proxy

Proxy scheme for http images embedded in https elgg sites

  Sources   Download

GPL-2.0

The Requires

 

by Matt Beckett

plugin image elgg image proxy

08/09 2015

1.1

1.1.0.0 https://github.com/beck24/image_proxy

Proxy scheme for http images embedded in https elgg sites

  Sources   Download

GPL-2.0

The Requires

 

by Matt Beckett

plugin image elgg image proxy