1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-26 05:06:36 +02:00
Files
unrealircd/include
Bram Matthys 02ac1fc0b3 Add an option to check websocket Origin header via
listen {
	websocket {
		allow-origin { *.example.net; }
	}
}

This allows you to limit websockets to a particular domain, IF the
user is using a normal browser.

Note that any non-browser (eg a websocket command line program) could
just spoof the Origin header, so for that case it doesn't really add
any security or real restriction.
2023-11-26 20:08:17 +01:00
..
2023-11-22 08:38:27 +01:00
2000-02-28 22:45:44 +00:00
2004-05-13 16:39:23 +00:00
2023-11-24 09:26:07 +01:00