Giter Club home page Giter Club logo

adguardforwindows's Introduction

AdGuard for Windows

The most advanced system-wide content blocker for Windows

All-round protection from all kinds of online ads, tracking and malvertising.

Website | Reddit | Twitter | Telegram

Latest release Beta version>

Disclaimer

  • AdGuard for Windows is not an open source project. We use GitHub as an open bug tracker for users to see what developers are working on. However, we at AdGuard create a lot of open source software.
  • Privacy policy: https://adguard.com/privacy/windows.html (Briefly: AdGuard sends only necessary, limited information, e.g. information required for a license check).

AdGuard for Windows will not only block all types of ads in any browser and application,
but also offers the highest level of online privacy protection.

To get more information and to download AdGuard for Windows, visit our website https://adguard.com/.

Contribution

How to report an issue?

GitHub can be used to report a bug or to submit a feature request. To do so, go to this page and click the New issue button.

Note: for the filter-related issues (missed ads, false positives etc.) use our reporting tool.

Translating AdGuard

If you want to help with AdGuard translations, please learn more about translating our products here.

Other options

Here is a dedicated page for those who are willing to contribute.

How to become a beta tester?

You can submit an application to participate in AdGuard for Windows beta-testing program. All necessary information on this topic can be found on the dedicated page.

Our plans

To see the 'big picture', to watch current progress and to get an idea of approximate dates for upcoming AdGuard for Windows releases, see this page: https://github.com/AdguardTeam/AdguardForWindows/milestones

adguardforwindows's People

Contributors

alexandrpkhm avatar alicetrip avatar ameshkov avatar aspasskaya avatar birbber avatar chinaski1 avatar el-termikael avatar karina-archazh avatar suhan3z avatar thehasagi avatar vbagirov avatar vozersky avatar zebrum avatar zzebrum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

adguardforwindows's Issues

[UI] Save/restore window position

We should find a place to store such user-specific settings.

Two options:
Registry
Configuration file in the %programdata% folder

Adding custom filter subscriptions (by URL or file path)

There should be a possibility to add custom filter subscription by URL or file path.

Requirements

  1. Add custom filters to the same group as user filter.
  2. Handle the situation when users adds custom filter we already have (like EasyList) (use subscription_url field to merge them).
  3. Filter parser should handle "Homepage", "Version", "Expires" fields
  4. We should properly handle filters without such metadata.

If "Homepage" is not set - do not display it.
If "Version" is not set - display something like "Version from 15/01/2015"
Important: Handle empty version on update check result screen.

Parse "Last modified". If not set - use DateTime.Now.
If "Expires" is not set - set it to 48 hours.
Parse "Title". If "Title" not set - use URL instead (cut it to 64 characters)

  1. Ignore [Adblock Plus 2.0] line

UI

  1. New button to "Add filter" dialog:
    http://screencast.com/t/5W0DuQyo
  2. New Filter Subscription dialog:
    http://screencast.com/t/THZmkmbSsPg

User may enter abp:subscribe or subscribe.adblockplus.org URL.
We should handle it.

[Extensions] Extensions are broken on cached webpages

Adguard extensions are downloaded from URLs like that:
/adguard-ajax-api/injections/Adguard%20Assistant?rand=635729286615290489

After protection restart "rand" parameter will change, but scripts on cached webpages still use the old URL (which now returns 404 Not Found).

Crash on Windows 10

Application: Adguard.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
at Adguard.App.b__c()
at System.Windows.Threading.ExceptionWrapper.Internal RealCall(System.Delegate, System.Object, Int32)
at System.Windows.Threading.ExceptionWrapper.TryCatch When(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.DispatcherOperation.Invok eImpl()
at System.Windows.Threading.DispatcherOperation.Invok eInSecurityContext(System.Object)
at System.Threading.ExecutionContext.RunInternal(Syst em.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threa ding.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threa ding.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Windows.Threading.DispatcherOperation.Invok e()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(In tPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation( System.Object)
at System.Windows.Threading.ExceptionWrapper.Internal RealCall(System.Delegate, System.Object, Int32)
at System.Windows.Threading.ExceptionWrapper.TryCatch When(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.Dispatcher.LegacyInvokeIm pl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(Syste m.Windows.Interop.MSG ByRef)
at System.Windows.Threading.Dispatcher.PushFrameImpl( System.Windows.Threading.DispatcherFrame)
at System.Windows.Threading.Dispatcher.PushFrame(Syst em.Windows.Threading.DispatcherFrame)
at System.Windows.Application.RunDispatcher(System.Ob ject)
at System.Windows.Application.RunInternal(System.Wind ows.Window)
at System.Windows.Application.Run(System.Windows.Wind ow)
at Adguard.App.Main()

[UI] Fix validation email in Support section

From the forum:

Окно "Поддержка". Начинаем вводить адрес почты, и при вводе первого символа выскакивает > окошко о недействительном адресе. Людей это вводит в заблуждение, на мой взгляд.
Вычищаем поле, убираем курсор, но красная окантовка остается, даже при переносе фокуса на другие поля. При этом, красный треугольник в поле смотрит вправо-вверх, а зеленые треугольники активности модулей в главном окне программы смотрят вправо-вниз. Тоже, стоило бы что-то сделать с этим, или обыграть положение и цвет треугольников.

[SSL] OCSP check times out

Problem

OCSP check can time out. In this case AG makes an async check with an infinite timeout. The problem here is that until that check is finished AG counts cert valid.

Why?

OCSP servers are slow so revocation check can easily timed out.

What can we do?

  1. Increase default OCSP check timeout
  2. Use CRLSet just like Chrome does.

It is not very good solution though:
https://www.imperialviolet.org/2014/04/29/revocationagain.html
https://code.google.com/p/chromium/issues/detail?id=361820
https://www.grc.com/revocation/crlsets.htm
http://www.zdnet.com/article/chrome-does-certificate-revocation-better/

[UI] [Filter Editor] Enable/disable group of filters using context menu

http://forum.adguard.com/showthread.php?6048-Early-Access-Adguard-6-0-Alpha-Version&p=55272&viewfull=1#post55272

I see while selecting filters in the filters list u have enabled the select all features using CTRL+A, but atm this does nothing in the sense, that if u right click after selecting them all only the one u r focussed on gets selected ultimately, same is the case if after selecting all the filters u use the checkboxes to configure.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.