A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

6 linhas
130 B

  1. match URL into $ with ^/~earwig/copyvio(\?.*?)?$
  2. if matched then
  3. set URL = /~earwig/rewrite/copyvio.fcgi$1
  4. goto END
  5. endif