Jump to content

ucpa

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ucpa

  1. ucpa

    Proxy

    @Ghideon I'm not open to xss (not that i know) but it goes in this direction if someone in the future is able to inject a snippet in the DOM at least I want to patch this potential privacy issue in my server in order to "keep my users behind a wall" where the wall is my server.
  2. ucpa

    Proxy

    yes, for example this website. if i can put some html that will render an image, that image comes from my server that i control. but that image isn't an image we expect instead it's a php script with another content-type (png). in the same time, same place i load the image and other code and point the whole thing to this site. again if i put $_server['remote_addr'] into that script, user ip's will be for grabbing what i want is that none of all unique user ip addresses are intercepted but just a canonical ip address(which is the ip of the server). for each request that is made. but i want a configuration for that (it doesn't have to be exhaustive). if it were a variable for an apache server. same thing with email and p2p messages
  3. ucpa

    Proxy

    If someone, somehow have his own pixel on my site. When people visit a post on my site where a person has a pixel on, their IP addr can be intercepted by that person. I want that the person who is intercepting see only one IP addr for all unique visitors (thus the ip addr of my site and not their IP addr) for privacy reasons How can I configure this? Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.