Skip to content

Instantly share code, notes, and snippets.

@roneigebert
Last active May 6, 2016 18:18
Show Gist options
  • Save roneigebert/3e9818db4e0233a5308d0d8316e079a3 to your computer and use it in GitHub Desktop.
Save roneigebert/3e9818db4e0233a5308d0d8316e079a3 to your computer and use it in GitHub Desktop.
Charles - Exclusão de sites
No menu ir em Proxy -> Recording Settings
Exclude e em Import e seelcionar o arquivo XML
<?xml version='1.0' encoding='UTF-8' ?>
<?charles serialisation-version='2.0' ?>
<recording>
<limit>100</limit>
<maxTransactions>0</maxTransactions>
<maxWebSocketMessages>-1</maxWebSocketMessages>
<ignoreHosts>
<locationPatterns>
<locationMatch>
<location>
<host>ads1.msads.net</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>ajax.aspnetcdn.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>apps.skype.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>at.atwola.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>bay406-m.hotmail.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>browser.pipe.aria.microsoft.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>c.bing.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>clients1.google.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>clients2.google.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>clients4.google.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>clients5.google.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>cos.predicta.net</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>crl.microsoft.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>id.google.com.br</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>mobile.pipe.aria.microsoft.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>mobile.pipe.aria.microsoft.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>pipe.microsoft.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>pixel.advertising.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>pixel.advertising.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>pixel.advertising.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>plus.google.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>safebrowsing-cache.google.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>safebrowsing.google.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>ssl.gstatic.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>static-asm.secure.skypeassets.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>translate.googleapis.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>webmail.ibratan.com.br</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>www.google.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>www.google.com.br</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>www.googleadservices.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>www.gstatic.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>jira.ibratan.com.br</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>nac.tan.com.br</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>webmail.ibratan.com.br</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>apis.google.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>a.config.skype.com</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>chegadepublicidade.com.br</host>
</location>
<enabled>true</enabled>
</locationMatch>
</locationPatterns>
</ignoreHosts>
<recordHosts>
<locationPatterns/>
</recordHosts>
</recording>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment