# HG changeset patch # User Amr # Date 1505485745 -7200 # Node ID 673c69e2f3960adddd1b5fee744fbc619763e016 # Parent 18feb9e2f8ff2acfb742245c8c9295851517d0f8 Split exceptionrules diff --git a/exceptionrules-minimal.txt b/exceptionrules-minimal.txt --- a/exceptionrules-minimal.txt +++ b/exceptionrules-minimal.txt @@ -1,6 +1,7 @@ [Adblock Plus 2.0] ! Title: Allow non-intrusive advertising (minimal) ! Expires: 1 days ! Homepage: https://acceptableads.com/ ! %include exceptions:exceptionrules/exceptionrules-minimal.txt% +%include exceptions:exceptionrules/exceptionrules-minimal-privacy-friendly.txt% diff --git a/exceptionrules-privacy-friendly.txt b/exceptionrules-privacy-friendly.txt new file mode 100644 --- /dev/null +++ b/exceptionrules-privacy-friendly.txt @@ -0,0 +1,7 @@ +[Adblock Plus 2.0] +! Title: Allow non-intrusive advertising (privacy-friendly) +! Expires: 1 days +! Homepage: https://acceptableads.com/ +! +%include exceptions:exceptionrules/exceptionrules-privacy-friendly.txt% +%include exceptions:exceptionrules/exceptionrules-minimal-privacy-friendly.txt% diff --git a/exceptionrules.txt b/exceptionrules.txt --- a/exceptionrules.txt +++ b/exceptionrules.txt @@ -1,7 +1,9 @@ [Adblock Plus 2.0] ! Title: Allow non-intrusive advertising ! Expires: 1 days ! Homepage: https://acceptableads.com/ ! %include exceptions:exceptionrules/exceptionrules.txt% %include exceptions:exceptionrules/exceptionrules-minimal.txt% +%include exceptions:exceptionrules/exceptionrules-privacy-friendly.txt% +%include exceptions:exceptionrules/exceptionrules-minimal-privacy-friendly.txt% diff --git a/exceptionrules/exceptionrules-minimal-privacy-friendly.txt b/exceptionrules/exceptionrules-minimal-privacy-friendly.txt new file mode 100644 diff --git a/exceptionrules/exceptionrules-privacy-friendly.txt b/exceptionrules/exceptionrules-privacy-friendly.txt new file mode 100644