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
Some pages, e.g. https://redux-form.com/8.1.0/docs/gettingstarted.md/ reference some JavaScript files which inject malware into the page:
https://redux-form.com/8.1.0/docs/gettingstarted.md/
<script type="text/javascript" src="https://cdn2.codefund.app/assets/px.js?ch=1"></script> <script type="text/javascript" src="https://cdn2.codefund.app/assets/px.js?ch=2"></script>
This is the injected script:
if (typeof _popwnd == 'undefined') { var _popwnd = -1; function _popwnd_open(){ if (_popwnd!=-1) return; _popwnd = window.open('http://iyfnz.com/?dn=codefund.app&pid=9PO755G95', '_blank', ''); _popwnd.blur(); window.focus(); } }; window.addEventListener('click', _popwnd_open);
Ok, "malware" is maybe a strong term, but getting another popup on every click reminds me of Windows 98 PCs without anti-virus.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some pages, e.g.
https://redux-form.com/8.1.0/docs/gettingstarted.md/
reference some JavaScript files which inject malware into the page:This is the injected script:
Ok, "malware" is maybe a strong term, but getting another popup on every click reminds me of Windows 98 PCs without anti-virus.
The text was updated successfully, but these errors were encountered: