02:58 | <Domenic> | Luke Warlow: Thanks as always for the great PRs. FYI bugfixes are not counted as "editorial". (Same for adding new features, like all the DOM parsing work you've been doing). |
09:09 | <css5> | Hello there, I'm wondering if there is a solution to prevent js/css/images/... to be loaded on other domains. I found this referer solution (https://stackoverflow.com/a/21133555), but is there also another way (which is compatible with Thanks! |
09:22 | <annevk> | css5: Cross-Origin-Resource-Policy: same-origin should do the trick. |
09:25 | <css5> | Exactly what I was looking for, thanks a lot! |