mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 02:03:28 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -20,6 +20,7 @@ class URLEncode extends Operation {
|
||||
this.name = "URL Encode";
|
||||
this.module = "URL";
|
||||
this.description = "Encodes problematic characters into percent-encoding, a format supported by URIs/URLs.<br><br>e.g. <code>=</code> becomes <code>%3d</code>";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Percent-encoding";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user