We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed this script in one of our website: <script id="appList" src="//netdna.getkickstrap.com/1.3/Kickstrap/js/kickstrap.min.js"></script>
<script id="appList" src="//netdna.getkickstrap.com/1.3/Kickstrap/js/kickstrap.min.js"></script>
Script content:
var x = 'http://' + document.currentScript.src.split("/")[2]; if (top.location != location) { top.location.href = x; } else { window.location = x; }
What the hell is it? It keeps redirecting to www6.getkickstrap.com
www6.getkickstrap.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed this script in one of our website:
<script id="appList" src="//netdna.getkickstrap.com/1.3/Kickstrap/js/kickstrap.min.js"></script>
Script content:
What the hell is it? It keeps redirecting to
www6.getkickstrap.com
The text was updated successfully, but these errors were encountered: