Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Throttle Whitelist

Allows ExpressionEngine site administrators the ability to set a white list specific IP Addresses from the Throttle mechanism within ExpressionEngine.

Features

  1. Allow blanket IP based exclusion
  2. Configure to ignore logged in users from being throttled

Management

White listed IP Addresses are to be included wihtin your ExpressionEngine config file as a simple array. For example:

//throttling
$config['throttling_whitelist'] = [
    '127.0.0.1',
    '184.179.247.80',
];

$config['throttle_ignore_logged_in'] = 'y';

About

ExpressionEngine Add-on to allow a whitelist on the Throttle layer

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages