Extension:Jehovahsays

Category:Unmaintained extensions#Jehovahsays Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
jehovahsays
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Parser extension Category:Parser extensions
Description Allows custom HTTP security headers to be added to the wiki as configured in the LocalSettings.php file.
Author(s) Morgan Shatee Byers (jehovahsaystalk)
Latest version 1.1
MediaWiki 1.27+Category:Extensions with manual MediaWiki version
PHP PHP5+ and lower
License MIT License
Download Category:Extensions in GitHub version control
README.md
Example @jehovahsays

require_once "$IP/extensions/jehovahsays/jehovahsays.php";

$wgSecurity = 'Your Custom HTTP Security Headers go here';
Mediawiki 1.27+ & lower
Category:All extensionsCategory:Extensions not in ExtensionJson

Jehovahsays extension allows custom HTTP security headers to be added to the wiki as configured in the LocalSettings.php file.

Installation

Configuration

$wgSecurity = 'Your Custom HTTP Security Headers go here';

Trouble shooting

After downloading jehovahsays-master.zip from Git hub , extract the folder named jehovahsays-master.

Rename the folder jehovahsays-master to jehovahsays.

Copy the folder named jehovahsays and paste it into your Mediawiki Extensions folder.

Open your localsetting.php

copy and paste the code below

require_once "$IP/extensions/jehovahsays/jehovahsays.php";
$wgSecurity = 'replace the text here with your custom http security headers or programming language';

And now with code below added to your localsettings.php you can add html to the bottom of every wiki article.

$wgBottomSecurity = 'replace the text here with your Text or programming language';

See also

Category:All extensions Category:BeforePageDisplay extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions not using extension registration Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:MIT licensed extensions Category:Parser extensions Category:Unmaintained extensions