matomo-org / plugin-TrackingSpamPrevention

GNU General Public License v3.0
12 stars 7 forks source link

Fixed azure IP ranges download URL parsing from HTML #48

Closed AltamashShaikh closed 2 years ago

AltamashShaikh commented 2 years ago

Description:

Fixed azure IP ranges download URL parsing from HTML.

We download Azure IP ranges 1st by calling the azure page and parses the HTML page to get the download URL Probably new element was added which was breaking this download parsing and was adding and extra .j due to which wrong URL was being formed.

Review