Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #43160, comment 1


Ignore:
Timestamp:
01/26/2018 08:32:01 PM (7 years ago)
Author:
lano1106
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43160, comment 1

    v1 v2  
    1414}}}
    1515
    16 This appears to disrupt all the other premium plugins when they contact their servers to check the license validity. One of the things that they do remotely is to authenticate the request by checking the user-agent header-field. By messing with it, it disrupts a LOT of stuff. and makes a lot of things VERY slow.
     16This appears to disrupt all the other premium plugins when they contact their servers to check the license validity. One of the things that they do remotely is to authenticate the request by checking the user-agent header field. By messing with it, it disrupts a LOT of stuff. and makes a lot of things VERY slow.
    1717
    1818http_headers_useragent filter hook appears to be VERY VERY risky hook...