Skip to content

com.github.android#8

Merged
kdroidFilter merged 1 commit intokdroidFilter:masterfrom
The-Young-boy:master
May 19, 2025
Merged

com.github.android#8
kdroidFilter merged 1 commit intokdroidFilter:masterfrom
The-Young-boy:master

Conversation

@The-Young-boy
Copy link
Copy Markdown
Contributor

GitHub app without restrictions.

Thank you very much for everything you do for עם ישראל.
Can't wait for kdroid 1.0

@kdroidFilter
Copy link
Copy Markdown
Owner

kdroidFilter commented May 19, 2025

maybe we can add a variant for block the images, like this :

  "type": "MultiMode",
  "packageName": "com.github.android",
  "category": "PRODUCTIVITY",
  "minimumVersionCode": 0,
  "modeVariants": [
    {
      "userMode": "MOST_OPEN",
      "variants": [
        {
          "id": "open",
          "label": "Full Access",
          "policy": { "mode": "FULL_OPEN" }
        },
        {
          "id": "block_raw",
          "label": "Block raw content (images blocked)",
          "policy": {
            "mode": "BLACKLIST",
            "spec": {
              "type": "HostList",
              "hosts": ["raw.githubusercontent.com"]
            }
          }
        }
      ],
      "defaultVariantId": "open"
    }
  ]
}

but we have to check if it's work

@The-Young-boy
Copy link
Copy Markdown
Contributor Author

Currently no option to block raw
Maybe what you put on mitmchim.top is better.

@kdroidFilter
Copy link
Copy Markdown
Owner

yes we have to check if the app will work even without this host, for now I merge

@kdroidFilter kdroidFilter merged commit 863192f into kdroidFilter:master May 19, 2025
1 check passed
@kdroidFilter
Copy link
Copy Markdown
Owner

thanks a lot

@The-Young-boy
Copy link
Copy Markdown
Contributor Author

The-Young-boy commented May 19, 2025

I have no way to check this...
We would rather be happy with a better version.
But I think that blocking raw will also block code files, not just images.
Thanks for the merger.

@kdroidFilter
Copy link
Copy Markdown
Owner

yes it's possible, i don't know, have to check this, if you have netfree and an emulator with certificate in root, you can try to block the host and check if it's work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants