|
|
|
|
|
by aeharding
1745 days ago
|
|
Even just basic hyperlinking would have to be heavily restricted. For example... 1. Cross origin hyperlinks would have to be completely disabled
2. Same-origin URLs would need all url information (query params, path, etc) to remain completely client-side. The only thing transmitted to the server would be the base domain. It's interesting to think about, at least. |
|