-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What about network.http.enablePerElementReferrer ? #59
Comments
https://developer.mozilla.org/ru/Firefox/Releases/42#HTML
the default is 'true' you're right in that there seems to be little info regarding this just reading the pref name, i might interpret it as meaning that, when you, for instance, click on an embedded object that links to elsewhere, the referrer sent would be the source of the embedded object rather than the site the object is embedded in, but i think it could be interpreted differently as well if that scenario is correct, then, from a privacy POV, it would seem to make sense to leave it at it's default value (true) not an expert though :) |
Indeed. The problem is the "if". Amazing. A browser includes a setting which is tougher to interpretate than a woman's smile. Far from a near past where everything was classified. Now you have to guess. |
That feature is no longer experimental. It's now part of the specification. It can be used to change the default referrer policy to either include more or less information in the referrer. So ignoring them could actually increase the amount of information leaked via the However, the user controls like |
@fmarier are you sure you're not mistaking with network.http.referer.XOriginTrimmingPolicy? The specification page you mention doesn't state network.http.enablePerElementReferrer I'm not an expert, just trying to make my way through a myriad of header settings ...
They are well detailed in ghacks-user.js-51.0 yet, for a non-expert, appear as a chaotic soup. |
@zymase, first of all, welcome on board here :)
we had quite the birth struggle with revamping the Referrer section. With I personally also have edit: I hope this helps to clarify a few things for you, but if not - I've opened this issue again, so feel free to ask more |
The spec doesn't mention this because it's an implementation detail. It's a Firefox feature flag that was used to control when we rolled out this part of the spec. |
@earthlng I'm using Option 2 and many thanks for developing this topic in latest ghacks user.js ver.52 Section 1600, which makes it easier to choose and, for a non-techie, makes related settings a bit easier to understand. What is confusing in this sum of header settings is their interaction, otherwise it wouldn't be more problematic than any other setting. Thanks as well for re-opening my thread. I ignored a dedicated sticky thread existed here for such concerns. @fmarier I was about to say merci! perhaps presuming a culture given a name. Thanks as well. The implementation detail explains your knowledge and my ignorance. You learn every day. At the end my -- our! -- enablePerElementReferrer remains controversial to the point of inducing a margin of subjective appreciation, which is normal since true and false have both the best and worst implications. That very point is a pain but it's the lot of our computer world when an innovation has been driven for the best and gets manipulated for the worst. We have to do with it. Fine. Thanks guys. |
np, I know Pants can be a PITA sometimes ;)
So no more questions? This is your ticket so please feel free to close this yourself |
No more questions that I'm aware of for the time being (to make it long). OK, I'll close the door! |
Pants was @Roman-Nopantski's nickname on ghacks.net before we moved this project to github.
Yes that's correct. And I think we should handle it that way, unless we (as admins) close something with |
I had in mind, would be rude a user closing another user's thread, not the admin (owner, whatever the denomination) of the Github "room" (I definitely lack the terminology). Old school here, "the boss is always right even when he's wrong" :) Anyway, nice to discover this Ghacks-user.js dedicated Github "room". I read Pants' comments on Ghacks but I confess not having noticed a name, his, squeezed between Roman and Polanski. Perhaps was I expecting plain Pants, ironed :) OK, OK. Well, the best to you, to us all, to a finely tuned Firefox to which you contribute in a much appreciated way. |
Every member of this ghacksuserjs organization can close issues. |
@Atavic I had just that in mind after my last comment and as I was lost in musical-driven thoughts, the fact that earthing had been able to close my thread even though he isn't administrator ... now I understand. I can see that, @Roman-Nopantski . Well, that'd be only another far analogy with the movie maker! |
@Roman-Nopantski , that's what I figured out after Atavic's comment : Otto von Pantsmarck sounds nice, requires a monocle! I don't care tracing you, Pants, even if I could. But true as well that when someone seems to have a strong character he/she triggers curiosity. What where, when and so on. I'd appreciate meeting you in a pub, discovering you are the Pants we know, and chat around a pint or two. i'm sure it'd be most interesting. But here we are, more or less anonymously and it's just fine when the topics concern less ourselves then our thoughts, mainly about computer stuff. Re-opened just to answer. I won't close this time! |
network.http.enablePerElementReferrer is commented out in user.js [ghacks]-0.11.js as well as in, here, ghacks-user.js-51.0 but with no additional information.
I read at https://www.anonymous-proxy.eu/firefox-privacy-tuning.php (mentioning this page because info on above setting is hard to find),
That sites advises to set it to false (default=true). But not sure the setting is still experimental and not sure as well that site is right.
I've set it to false,
What would the experts say?
The text was updated successfully, but these errors were encountered: