https://bugs.kde.org/show_bug.cgi?id=440442
Bug ID: 440442 Summary: Add a third way to handle javascripts - reject unless explicitly allowed per domain (noscript integration) Product: konqueror Version: unspecified Platform: unspecified OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: kjs Assignee: konq-b...@kde.org Reporter: kjf...@startmail.com Target Milestone: --- Since Konqueror is now a usable browser, is there a way to make it lovable and a viable alternative? Yes there is. Baby steps. There are currently 2 main ways to handle javascript in Konqueror: 1. Do not enable javascript globally 2. "enable javascript globally" ++ Certain functions can be ignored globally and per domain !!domain based policies can be specified, but this can be done only manually!! This is a good thing, it means the base is there, but not the method to practically do it. What I propose is this: 3. Do not enable javascript globally, explicitly allow javascript by domain. (already possible, but not practical) A method to do this already exists: https://github.com/hackademix/noscript It doesn't even have to be this. It basically just have to be practical and "fetch and sort" all javascript on a page by domain, and present a way to add 1 or more of these by "domains to accept" in policy. The only "function" that would need to be added to make this really good is "temporary/session policy entries" or a "temporary policy list". -- You are receiving this mail because: You are watching all bug changes.