Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Add Filtering: "CK-Authenticator G3" (#23)
Browse files Browse the repository at this point in the history
* Add Filtering: "CK-Authenticator G3"

CK-Authenticator G3 #16

* Update README.md

* Add Github Action: data-uri base64
  • Loading branch information
reactor-coding authored Nov 23, 2023
1 parent b483a50 commit f7161b8
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
on:
push:
paths:
- "main.html"

permissions:
contents: write

jobs:

build:
name: build

runs-on: ubuntu-latest

timeout-minutes: 2

steps:
- name: clone repo
uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.12

- name: Install dependencies
run: pip install -r requirements.txt

- name: Run Python
run: python build.py

- name: push
run: |
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
git add .
git commit -m "Update data_url.txt"
git push
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ An explanation is available on [my website](https://ading.dev/blog/posts/dextens
|Fortiguard|`igbgpehnbmhgdgjbhkkpedommgmfbeao`|
|Cisco Umbrella|`jcdhmojfecjfmbdpchihbeilohgnbdci`|
|ContentKeeper|`jdogphakondfdmcanpapfahkdomaicfa`|
|CK-Authenticator G3|`odoanpnonilogofggaohhkdkdgbhdljp`|
|Securly Classroom|`jfbecfmiegcjddenjhlbhlikcbfmnafd`|
|Hapara|`kbohafcopfpigkjdimdcdgenlhkmhbnc`|
|iboss|`kmffehbidlalibfeklaefnckpidbodff`|
Expand Down
Empty file added data_url.txt
Empty file.
4 changes: 4 additions & 0 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
name: "ContentKeeper",
url: "chrome-extension://jdogphakondfdmcanpapfahkdomaicfa/img/ckauth19x.png"
},
"contentkeeperg3": {
name: "CK-Authenticator G3",
url: "chrome-extension://odoanpnonilogofggaohhkdkdgbhdljp/img/ckauth19x.png"
},
"securlyclassroom": {
name: "Securly Classroom",
url: "chrome-extension://jfbecfmiegcjddenjhlbhlikcbfmnafd/notfound.html"
Expand Down

0 comments on commit f7161b8

Please sign in to comment.