logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

Vimeo.xml (1941B)


  1. <!--
  2. CDN buckets:
  3. - av.vimeo.com.edgesuite.net
  4. - a808.g.akamai.net
  5. - pdl.vimeocdn.com.edgesuite.net
  6. - a1189.g.akamai.net
  7. Problematic subdomains:
  8. - av (pdl.../crossdomain.xml restricts to port 80)
  9. - pdl (works, akamai)
  10. Partially covered subdomains:
  11. - developer (some pages redirect to http)
  12. - pdl (→ akamai)
  13. Fully covered subdomains:
  14. - (www.)
  15. - secure
  16. Default off per https://trac.torproject.org/projects/tor/ticket/7569 -->
  17. <ruleset name="Vimeo (default off)" default_off="breaks some video embedding">
  18. <target host="vimeo.com" />
  19. <target host="*.vimeo.com" />
  20. <exclusion pattern="^http://av\.vimeo\.com/crossdomain\.xml" />
  21. <!--exclusion pattern="^http://developer\.vimeo\.com/($|\?|(apps|guidelines|help|player)($|[?/]))" /-->
  22. <exclusion pattern="^http://developer\.vimeo\.com/(?!apis(?:$|[?/])|favicon\.ico)" />
  23. <target host="*.vimeocdn.com" />
  24. <!--
  25. Uses crossdomain.xml from s3.amazonaws.com, which sets secure="false"
  26. https://mail1.eff.org/pipermail/https-everywhere/2012-October/001583.html
  27. -->
  28. <exclusion pattern="^http://a\.vimeocdn\.com/p/flash/moogaloop/" />
  29. <!-- We cannot secure streams because crossdomain.xml
  30. restricts to port 80 :(
  31. -->
  32. <exclusion pattern="^http://pdl\.vimeocdn\.com/(?!crossdomain\.xml)" />
  33. <!-- Tracking cookies:
  34. -->
  35. <securecookie host="^\.(?:player\.)?vimeo\.com$" name="^__utm\w$" />
  36. <rule from="^http://((?:developer|player|secure|www)\.)?vimeo\.com/"
  37. to="https://$1vimeo.com/" />
  38. <rule from="^http://av\.vimeo\.com/"
  39. to="https://a248.e.akamai.net/f/808/9207/8m/av.vimeo.com/" />
  40. <!-- a & b: Akamai -->
  41. <rule from="^http://(?:secure-)?([ab])\.vimeocdn\.com/"
  42. to="https://secure-$1.vimeocdn.com/" />
  43. <rule from="^http://i\.vimeocdn\.com/"
  44. to="https://i.vimeocdn.com/" />
  45. <rule from="^http://pdl\.vimeocdn\.com/"
  46. to="https://a248.e.akamai.net/f/1189/4415/8d/pdl.vimeocdn.com/" />
  47. </ruleset>