mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
add 10 personas for snare
This commit is contained in:
23
docker/tanner/snare/dist/pages/5/cac1afb29704c17fcd46e1547b032937
vendored
Normal file
23
docker/tanner/snare/dist/pages/5/cac1afb29704c17fcd46e1547b032937
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
/**
|
||||
* Copyright (c) 2017
|
||||
* Thomas Müller <thomas.mueller@tmit.eu>
|
||||
*
|
||||
* This file is licensed under the Affero General Public License version 3 or later.
|
||||
* See the COPYING-README file.
|
||||
*/
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
// You can Customize here
|
||||
window.$buoop = {
|
||||
vs: { i: 10, f: 54, o: 0, s: 9, c: 60 },
|
||||
reminder: 0, // after how many hours should the message reappear
|
||||
test: false, // true = always show the bar (for testing)
|
||||
newwindow: true, // open link in new window/tab
|
||||
url: null, // the url to go to after clicking the notification
|
||||
noclose:true // Do not show the "ignore" button to close the notification
|
||||
};
|
||||
|
||||
var path = OC.filePath('core','vendor','browser-update/browser-update.js');
|
||||
$.getScript(path);
|
||||
});
|
Reference in New Issue
Block a user