New Feature - Report URLs

Lately, I have received relatively few requests with potentially bad URLs. On the one hand, that could be because ClearURLs are working very well by now. But I also think that not everyone wants to sign up to GitLab to report a URL. That's why I've added a new button that reports the current URL in the active tab to me, so I can take a closer look at the URL.

So that you can see exactly what data will be sent to me, I have uploaded the source code for the PHP script, of course, without a password etc.

Please be careful not to send URLs with personal information or tokens.
This commit is contained in:
Kevin Röbert
2018-08-31 20:55:15 +02:00
parent dd3bbac0ba
commit 64ed933361
9 changed files with 143 additions and 5 deletions

View File

@@ -154,6 +154,16 @@
"description": ""
},
"popup_html_report_button": {
"message": "Aktuelle URL melden",
"description": ""
},
"popup_html_report_button_title": {
"message": "Meldet die aktuelle URL aus diesem Tab.",
"description": ""
},
"core_save_on_disk": {
"message": "[ClearURLs]: Auf Festplatte gespeichert.",
"description": ""
@@ -217,5 +227,20 @@
"setting_types_label": {
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Request types</a> (Expertenniveau)",
"description": ""
},
"setting_report_server_label": {
"message": "Meldungsserver für URLs",
"description": ""
},
"success_report_url": {
"message": "Die URL wurde erfolgreich gemeldet. Wir werden sie in Kürze prüfen.",
"description": ""
},
"error_report_url": {
"message": "Es schaut so aus, als ob diese URL schon gemeldet wurde.",
"description": ""
}
}

View File

@@ -154,6 +154,16 @@
"description": ""
},
"popup_html_report_button": {
"message": "Report current URL",
"description": ""
},
"popup_html_report_button_title": {
"message": "Report the current URL from this tab.",
"description": ""
},
"core_save_on_disk": {
"message": "[ClearURLs]: Save on disk.",
"description": ""
@@ -217,5 +227,20 @@
"setting_types_label": {
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Request types</a> (expert level)",
"description": ""
},
"setting_report_server_label": {
"message": "Report server for URLs",
"description": ""
},
"success_report_url": {
"message": "The URL was successfully reported. We will check this URL soon.",
"description": ""
},
"error_report_url": {
"message": "It seems like this URL has already been reported.",
"description": ""
}
}