Copy link to clipboard
Copied
Hi,
I once found an article on how to stop the debugger window from popping up every time I refresh the window. Does anyone know where that article is or know how to stop the window from coming to the front every time? I still want to use the debugger in a pop up window, but I just don't want it to come to the top every time I reload. Thanks.
Copy link to clipboard
Copied
Try adding _cf_nodebug=true as a url param to the page. That should block debug for a given request.