Feature #20
block prefetch
Status:
Rejected
Priority:
Normal
Assignee:
-
Start date:
07/01/2021
Due date:
% Done:
60%
Estimated time:
Description
Page can tell the browser to prefetch certain resources (such as scripts) even before they are used. If a script is not to be used at all, we'd rather it was not fetched either, so prefetching should probably be blocked somehow.
History
Updated by jahoti about 2 years ago
- Status changed from New to In Progress
Updated by jahoti about 2 years ago
- % Done changed from 0 to 60
This is implemented as part of the patch for #53 (it can be done with CSP). However, I couldn't work out how to test it :/.