Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. -.(gif|GIF|png|PNG|ico|ICO|css|CSS|sit|SIT|eps|EPS|wmf|WMF|zip|ZIP|ppt|PPT|mpg|MPG|xls|XLS|gz|GZ|rpm|RPM|tgz|TGZ|mov|MOV|exe|EXE|jpeg|JPEG|bmp|BMP|js|JS)$
  2.  
  3. # skip URLs containing certain characters as probable queries, etc.
  4. #-[?*!@=]
  5.  
  6. # skip URLs with slash-delimited segment that repeats 3+ times, to break loops
  7. #-.*(/[^/]+)/[^/]+1/[^/]+1/
  8.  
  9. # accept anything else
  10. +^http://([a-z0-9]*.)*www.myntra.com/men-tshirts
  11. +^http://([a-z0-9]*.)*assets.myntassets.com/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement