This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* CloudFlare Whitelister by Peter Olds | |
* | |
* Peter Olds for Kyäni, Inc. (c) 2013 | |
* | |
**/ | |
var INCOMING_LABEL = 'CloudFlare Whitelist Request'; // This is the label that the script loops through. | |
var ARCHIVE_REQUESTS = true; // Would you like to save IP Allow requests? | |
var COMPLETE_LABEL = '[COMPLETE] ' + INCOMING_LABEL; // Once a request is complete if ARCHIVE_REQUESTS is true it is assigned this label. | |
var ALLOW_FROM_EXTERNAL = true; // For security reasons you may not want people outside your organization whitelisting IP's (if you use the provided Gmail Filter this is handled automatically) |