[mw-devel] [Git][milliways/mw][master] Exempt http/s from frenchification
Thomas Lake (@tswsl1989)
tswsl1989 at sucs.org
Mon Aug 26 10:25:47 BST 2024
Thomas Lake pushed to branch master at milliways / mw
Commits:
a7f3b398 by Thomas Lake at 2024-08-26T06:51:02+01:00
Exempt http/s from frenchification
- - - - -
1 changed file:
- src/server/gagtable.c
Changes:
=====================================
src/server/gagtable.c
=====================================
@@ -502,6 +502,8 @@ const gag_pattern_t french[]={
{ "enough", "enoff" },
{ "me", "mon" },
{ "no", "non" },
+{ "http", "http" },
+{ "https", "https" },
/* generic rules */
{ "^a$", "la" },
View it on GitLab: https://projects.sucs.org/milliways/mw/-/commit/a7f3b3984568d380785f9ced76dc96d978a2d2d9
--
View it on GitLab: https://projects.sucs.org/milliways/mw/-/commit/a7f3b3984568d380785f9ced76dc96d978a2d2d9
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20240826/8a9b2e34/attachment.html>
More information about the mw-devel
mailing list