Add the AssetProxyFilter#379
Conversation
|
@gjtorikian here is a close version of our |
|
I'm also fine and will make the change if you want to keep the original |
|
Thank you so much for this, and the test. No need to worry about anything else, I'll cleanup as needed! OOC, if I am understanding correctly, some other process still uploads the image to the proxy server, yeah? |
Great, thanks. Nothing needs to get uploaded to the proxy server. It actually takes the encoded url and makes the request to the real http server, and passes the data back to the client browser. It’s there just so the user’s IP address is not exposed. There is no caching involved. It can impose limits, such as size. |
|
Oh! I see now, sorry—for some reason I thought this was doing something else. Thanks again! |
Just don't include it in the pipeline if you don't want it
Adds a NodeFilter called
AssetProxyFilter, which is based on the originalCamoFilter