dfssdf
This commit is contained in:
parent
fc1324fa37
commit
a24f90afac
3 changed files with 3 additions and 16 deletions
|
@ -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"]
|
||||
}
|
||||
}]
|
|
@ -1,4 +0,0 @@
|
|||
This is a Brave Rewards publisher verification file.
|
||||
|
||||
Domain: rdrama.net
|
||||
Token: 0774158a4aec1e891263f84cf37919c0aa19309b9fba4ad9c4a0aae8946f5d0d
|
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue