dynamic / silverstripe-maintenance-mode

Maintainance/Offline Mode Module for SilverStripe
BSD 2-Clause "Simplified" License
21 stars 18 forks source link

FIX for #15 Ensuring we use the framework for determining client IP (security/bug fix) #16

Closed patricknelson closed 9 years ago

patricknelson commented 9 years ago

Addresses #15. Just for security purposes, use a centralized and authenticated method for retrieving/trusting client IP's.

dljoseph commented 9 years ago

Perfect. Thanks :)

patricknelson commented 9 years ago

No problem. Happy to contribute where I can.