access js inside admin directory
-
I am a system administrator of our company’s infrastructure. And it’s my usual practice to use WAF to block all URLs containing “admin” from outside world.
Recently, some rotating banners were blocked from one of our wordpress websites, and the developer requested me to open up https://site.mycompany.com/wp-content/plugins/wp-table-builder/inc/admin in order to make the banner work. I looked into WAF’s log, the file being accessed is /wp-content/plugins/wp-table-builder/inc/admin/js/WPTB_ResponsiveFrontend.js
My question is that whether our developer has done something wrong? I figured if the script lives inside admin directory, it shouldn’t be needed for normal operation, right? Or is WPTB_ResponsiveFrontend.js an essential part of operation of the plugin?
Thanks
Kenneth
The topic ‘access js inside admin directory’ is closed to new replies.