cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Disable javascript injection for a specific process or based on user-agent

We running at STIME inc a prerender to cache some url when they are requested from the googlebot.


I would like to know if it possible to to disable javascript injection for specific user-agent tag in the https request header (especially for googlebot crawler) or just disable the injection for a selected process group . Additionnaly I would like to know where in the infrastructure the injection take place ?


1 REPLY 1

skrystosik
DynaMight Guru
DynaMight Guru

In application settings you can pick user agents that should be monitored

If you know user agent for robots you can exclude monitoring there.

To exclude injection on single process you have to have dedicated process group for it because injection can be disabled on process group level. Go to edit and there you will have proper option. If you have in this process group processes that you still want to monitor you have to split it using proces group detection settings

In general agent should be injected on Webserver that is on frontend. So if you have Apache as reverse proxy for tomcat injection will be there.

Sebastian


Regards, Sebastian

Featured Posts