View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001071 | Composr | core | public | 2013-03-08 14:17 | 2013-12-30 23:47 |
Reporter | Chris Graham | Assigned To | Chris Graham | ||
Severity | Feature-request | ||||
Status | closed | Resolution | fixed | ||
Product Version | |||||
Fixed in Version | |||||
Summary | 0001071: Implement referrer blocking | ||||
Description | Useful feature. https://bugzilla.mozilla.org/show_bug.cgi?id=704320 Maybe allow a config option that is something like: "If current content not accessible to guests, disable referrer for outbound links". | ||||
Tags | No tags attached. | ||||
Time estimation (hours) | 3 | ||||
Sponsorship open | |||||
|
Implemented rel=noreferrer support for Comcode URL tag instead. The linked HTML proposal was not implemented in browsers. rel=noreferrer is more specific, and implemented in webkit, and part of the WHATWG HTML5 spec. If people want it in all browsers, they can apply this polyfill to their site - https://github.com/knu/noreferrer |