
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
It is a pure JS code, that warns the visitors in the notification bar, the page saves cookies. This is Compliant with the new EU cookie law.
It is a pure JS code, that warns the visitors in the notification bar, the page saves cookies. This is Compliant with the new EU cookie law.
Because of the changes in the (EU Cookie Law), the website operators must inform the visitors about the site's use of cookies.
This simple script is free of dependencies, does not require use of framework. The minimalized version is less than 5 Kb. The Cookie bar gives the opportunity for the guest to know about active cookie usage.
If you use jQuery, it might be worth trying: jquery.cookiebar.
$ npm install cookiebar
$ bower install cookiebar
or download latest release from github.
Include header (all pages)
<link rel="stylesheet" href="dist/cookiebar.min.css" media="screen" charset="utf-8">
and include footer, before close </body>
tag (all pages)
<script type="text/javascript" src="dist/cookiebar.min.js"></script>
and add this code your script file ...
ready(function() {
var cookiebar = new Cookiebar({
id: "cookiebar",
cls: "cookiebar",
cookie: "cookiebar",
content: {
description: "The site uses cookies to operate. By using our services you agree to use the cookies!",
link: "More information",
href: "http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm",
button: "Accept",
more: "..."
},
fade: {
type: "in",
ms: "500",
display: "inline"
},
debug: 0
});
});
Request Node.js and gulp-cli. Install devDependencies from package.json
npm install
$ gulp server
You can contribute with Cookiebar installing it and submitting issues and pull requests.
NOTE: Please no pull dist folder.
MIT © Tamás András Horváth
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.