We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaccb8e commit 5a07962Copy full SHA for 5a07962
modules/block_requests.py
@@ -49,7 +49,7 @@ def my_open(*args, **kwargs):
49
50
file_contents = file_contents.replace(
51
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''
+ ''
53
)
54
file_contents = file_contents.replace(b"cdnjs.cloudflare.com", b"127.0.0.1")
55
0 commit comments