Project

General

Profile

Actions

Bug #5102

closed

remove the character ' at the end of urls

Added by armin armin over 3 years ago. Updated over 3 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
08/06/2020
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
No

Description

[PRIVMSG Nini73: 'https://test.com/xxxxx.png'] [Spam]

Can you remove the character ' at the end of all urls? in conflict with the respective lines of the irc server

example in javascript:

var test = "https://www.site.com/xx'xxx.jpg'";
alert(test.replace(/'$/, '')); // result: https://www.site.com/xx'xxx.jpg

do the same with a trim on your urls

thank you

Actions #1

Updated by armin armin over 3 years ago

I forgot to specify: it's for the click, it always starts with the character ' at the end

Actions #2

Updated by Per Amundsen over 3 years ago

  • Status changed from New to Duplicate

You already have a issue open for this #4963, don't make duplicate issues.

Actions

Also available in: Atom PDF