- Posts: 18
- Thank you received: 0
Question about Spam and KML
- Valroc
- Topic Author
- Offline
- New Member
Less
More
10 months 1 week ago - 10 months 1 week ago #15241
by Valroc
Question about Spam and KML was created by Valroc
Good morning,
I made a curious discovery following the HTACCESS blocking of these spammer IPs :
66.249.64.64, 66.249.64.169, 66.249.64.170, 66.249.64.171, 66.249.81.64, 66.249.89.233, 66.249.93.32.
As a precaution, I wanted to block the entire series of IPs 66.249.xxx with the code below but, strangely, this prohibits the display of KML plots... however the maps remain visible.
Hence this question: What is the relationship between these spammer IPs and the display of KML traces?
“Whois” information
NetRange: 66.249.64.0 - 66.249.95.255
CIDR: 66.249.64.0/19
NetName: GOOGLE
[/code]
I made a curious discovery following the HTACCESS blocking of these spammer IPs :
66.249.64.64, 66.249.64.169, 66.249.64.170, 66.249.64.171, 66.249.81.64, 66.249.89.233, 66.249.93.32.
As a precaution, I wanted to block the entire series of IPs 66.249.xxx with the code below but, strangely, this prohibits the display of KML plots... however the maps remain visible.
Hence this question: What is the relationship between these spammer IPs and the display of KML traces?
“Whois” information
NetRange: 66.249.64.0 - 66.249.95.255
CIDR: 66.249.64.0/19
NetName: GOOGLE
Code:
[code]<RequireAll>
Require all granted
Require not ip 66.249
</RequireAll>
Last edit: 10 months 1 week ago by Valroc.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 months 3 days ago #15242
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Question about Spam and KML
Hi
You can check in browsers console (in network part) how Google tries to load your file and have troubles to get it
You can check in browsers console (in network part) how Google tries to load your file and have troubles to get it
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.158 seconds