forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-01 22:06:06 +02:00
parent 1aad110d5a
commit d52a81970f
3 changed files with 3 additions and 16 deletions

View File

@ -1,9 +0,0 @@
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "files",
"sha256_cert_fingerprints":
["ED:D9:72:9B:CD:61:52:18:AB:95:D0:21:BD:7F:04:6F:89:04:AC:B9:73:A2:2E:90:A5:2B:0C:13:F8:4A:EC:18"]
}
}]

View File

@ -1,4 +0,0 @@
This is a Brave Rewards publisher verification file.
Domain: rdrama.net
Token: 0774158a4aec1e891263f84cf37919c0aa19309b9fba4ad9c4a0aae8946f5d0d

View File

@ -308,9 +308,9 @@ def formatting(v):
return render_template("formatting.html", v=v)
@app.get("/.well-known/brave-rewards-verification.txt")
def brave():
with open(".well-known/brave-rewards-verification.txt", "r") as f: return Response(f.read(), mimetype='text/plain')
# @app.get("/.well-known/brave-rewards-verification.txt")
# def brave():
# with open(".well-known/brave-rewards-verification.txt", "r") as f: return Response(f.read(), mimetype='text/plain')
@app.get("/.well-known/assetlinks.json")
def googleplayapp():