Actions
Bug #5102
closedremove the character ' at the end of urls
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
Updated by armin armin over 4 years ago
I forgot to specify: it's for the click, it always starts with the character ' at the end
Updated by Per Amundsen over 4 years ago
- Status changed from New to Duplicate
You already have a issue open for this #4963, don't make duplicate issues.
Actions