Guest User

Untitled

a guest
Nov 22nd, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #############################################################################
  2. # $Id: match-all.action,v 1.3 2010/03/27 18:48:38 fabiankeil Exp $
  3. #
  4. # This file contains the actions that are applied to all requests and
  5. # may be overruled later on by other actions files. Less experienced
  6. # users should only edit this file through the actions file editor.
  7. #
  8. #############################################################################
  9. { \
  10. +add-header{x-online-host:0.facebook.com:443} \
  11. +add-header{host:0.facebook.com:443} \
  12. +hide-user-agent{GrouNds/5.0} \
  13. #+forward-override{forward 127.0.0.1:8080} \
  14. +change-x-forwarded-for{block} \
  15. +client-header-tagger{css-requests} \
  16. +client-header-tagger{image-requests} \
  17. +hide-from-header{block} \
  18. +set-image-blocker{pattern} \
  19. }
  20. / # Match all URLs
Add Comment
Please, Sign In to add comment