diff --git a/files/assets/app_Cringetopia.apk b/files/assets/app_Cringetopia.apk deleted file mode 100644 index 3a17b925e..000000000 Binary files a/files/assets/app_Cringetopia.apk and /dev/null differ diff --git a/files/assets/app_PCM.apk b/files/assets/app_PCM.apk deleted file mode 100644 index 625936275..000000000 Binary files a/files/assets/app_PCM.apk and /dev/null differ diff --git a/files/assets/app_rDrama.apk b/files/assets/app_rDrama.apk deleted file mode 100644 index 0ced188a9..000000000 Binary files a/files/assets/app_rDrama.apk and /dev/null differ diff --git a/files/assets/assetlinks.json b/files/assets/assetlinks.json deleted file mode 100644 index 758705649..000000000 --- a/files/assets/assetlinks.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "relation": ["delegate_permission/common.handle_all_urls"], - "target": { - "namespace": "android_app", - "package_name": "com.rdrama", - "sha256_cert_fingerprints": - ["D8:4E:90:05:BA:0A:9F:C0:0C:BE:21:42:CB:FC:D5:F9:E2:43:02:BD:90:39:67:B6:1D:A3:D9:50:F8:8E:17:8B"] - } - } -] \ No newline at end of file diff --git a/files/routes/static.py b/files/routes/static.py index 1be7d3a32..82f9be052 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -451,13 +451,6 @@ def settings_security(v): mfa_secret=pyotp.random_base32() if not v.mfa_secret else None ) -@app.get("/.well-known/assetlinks.json") -def googleplayapp(): - with open("files/assets/assetlinks.json", "r") as f: - return Response(f.read(), mimetype='application/json') - - - @app.post("/dismiss_mobile_tip") def dismiss_mobile_tip(): session["tooltip_last_dismissed"] = int(time.time()) diff --git a/files/templates/header.html b/files/templates/header.html index fb178522d..806472b80 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -152,8 +152,6 @@