Skip to content

Commit 5a07962

Browse files
committed
test again
1 parent aaccb8e commit 5a07962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/block_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def my_open(*args, **kwargs):
4949

5050
file_contents = file_contents.replace(
5151
b'\t\t<script\n\t\t\tsrc="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.contentWindow.min.js"\n\t\t\tasync\n\t\t></script>',
52-
b''
52+
''
5353
)
5454
file_contents = file_contents.replace(b"cdnjs.cloudflare.com", b"127.0.0.1")
5555
file_contents = file_contents.replace(

0 commit comments

Comments
 (0)