• Resolved macbrush723

    (@macbrush723)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor erdembircan

    (@erdembircan)

    Hello @macbrush723,

    WPTB_ResponsiveFrontend.js is a special file that both used in admin side as an UMD module at responsive menu in table builder and in the front-end as a global variable to handle responsive display operations for tables.

    Best regards.

    Thread Starter macbrush723

    (@macbrush723)

    Thanks for the quick reply. Will make a URL prefix exception for this entry.

    Cheers
    Kenneth

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘access js inside admin directory’ is closed to new replies.