Shivan
Shivan
Hi! Just wondering if there's any interest in implementing a function along the lines of `isCookieDomainAcceptable()` from libpsl: https://rockdaboot.github.io/libpsl/libpsl-Public-Suffix-List-functions.html#psl-is-cookie-domain-acceptable This might be useful for cookie handling libraries that currently have...
 Sometimes the above happens. If I press my shortcut key (cmd + E) a couple of times or start typing it goes away.
Base64 + JSON: https://www.emjcd.com/links-i/?d=eyJzdXJmZXIiOiIxMDA3MDQyOTIzNzA2MDQ1MTg6SU91QlNqanZBMHZjIiwibGFzdENsaWNrTmFtZSI6IkxDTEsiLCJsYXN0Q2xpY2tWYWx1ZSI6ImNqbyF3dnhqLWEwZThkazctd3ppZy1kc25oanZhLWdoaWktbG5jbWJuei13NXRlLWRzNzNwbmUtdzc3Mi12MDRjcTNkIiwiZGVzdGluYXRpb25VcmwiOiJodHRwczovL3d3dy5jYXJoYXJ0dC5jb20vcHJvZHVjdC84MDE5NjYvZm9yY2UtcHJvLTM1bC1iYWNrcGFjayIsInNpZCI6Ii0tLSIsInR5cGUiOiJkbGciLCJwaWQiOjEwMDIyMzY2NCwiZXZlbnRJZCI6IjUwNjYzNTRiNGU0OTExZWM4MzY4MDNkZTBhMWMwZTBiIiwiY2pTZXNzaW9uIjoiYjMyZDQzYjItNjVkMi00NTZiLThjMmItZTY2NmExN2I4OTY0IiwibG95YWx0eUV4cGlyYXRpb24iOjAsInJlZGlyZWN0ZWRUb0xpdmVyYW1wIjpmYWxzZSwiY2pDb25zZW50RW51bSI6Ik5FVkVSX0FTS0VEIn0%3D What needs to be done: 1. Extract the `d` parameter from the query string. 2. Decode as base64. 3. Extract the value of `destinationURL` in the...
This should be merged in after the adblock engine changes. Related to https://github.com/brave/adblock-resources/pull/36
https://github.com/brave/security/issues/615
Given that we're loading arbitrary resources over the network, even if the filter lists are controlled by us, we should only load over HTTPS to prevent MITM attacks.
Resolves https://github.com/brave/brave-browser/issues/22917 If (and only if) the page is an AMP page as determined by the first chunk (this PR doesn't change this), then check the next few chunks of...
Resolves TBD ## Submitter Checklist: - [ ] I confirm that no security/privacy review [is needed](https://github.com/brave/brave-browser/wiki/Security-reviews), or that I have [requested](https://github.com/brave/security/issues/new/choose) one - [ ] There is a [ticket](https://github.com/brave/brave-browser/issues) for...
I ran into missing packages after doing `cmake .` (this is after installing the packages mentioned in the README). I'm on Ubuntu 18.04 ``` $ cmake . -- Found OpenSSL:...
List of websites that clearly don't need Reader Mode showing up in the omnibox: 1. twitter.com 2. reddit.com 3. youtube.com This list is not exhaustive, we can add to it....