You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to inject a script like below into all the responses for requests coming from the browser. This should happen if the browser is requesting for .jsp, .html, .htm, .shtml, and not for requests for .css, .js, .jpg, etc.
How can I do it ?
<script type="text" scr="foo.js></script>
The text was updated successfully, but these errors were encountered:
I'd like to inject a script like below into all the responses for requests
coming from the browser. This should happen if the browser is requesting
for .jsp, .html, .htm, .shtml, and not for requests for .css, .js, .jpg,
etc.
How can I do it ?
—
Reply to this email directly or view it on GitHub #128.
I'd like to inject a script like below into all the responses for requests coming from the browser. This should happen if the browser is requesting for .jsp, .html, .htm, .shtml, and not for requests for .css, .js, .jpg, etc.
How can I do it ?
<script type="text" scr="foo.js></script>The text was updated successfully, but these errors were encountered: