From 81ac13621fc6b93916d4abb41719a2f137912fe8 Mon Sep 17 00:00:00 2001 From: Bernd Eichelberger <46166740+4-FLOSS-Free-Libre-Open-Source-Software@users.noreply.github.com> Date: Sat, 16 Oct 2021 21:14:04 +0200 Subject: [PATCH] use https for bug link https://tampermonkey.net/bug --- {src => src }/action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {src => src }/action.js (99%) diff --git a/src/action.js b/src /action.js similarity index 99% rename from src/action.js rename to src /action.js index 47b22af..24abcaa 100644 --- a/src/action.js +++ b/src /action.js @@ -306,7 +306,7 @@ var domListener = function() { var fail = function() { clear(); if (confirm(I18N.getMessage("An_internal_error_occured_Do_you_want_to_visit_the_forum_"))) { - window.open('http://tampermonkey.net/bug'); + window.open('https://tampermonkey.net/bug'); } };