I came across a site "podclips.com" were media and some links fail in both browsers, Firefox & Brave, if I add "podclips.com" to Deactivate in LocalCDN for this domain then both Firefox & Brave works as it should. Is this a bug
Result for »podclips.com«
• No CSP header found
• No Service Worker found
• No integrity or crossorigin attributes found
Warning processing windowTypes: This property is deprecated global.min.js:250
sendRemoveListener on closed conduit {b86e4813-687a-43e6-ab65-0bde4ab75758}.274878961542 ConduitsChild.jsm:108
Warning processing windowTypes: This property is deprecated global.min.js:250
a is undefined global.min.js:250
Unchecked lastError value: Error: Invalid window ID: 1637 global.min.js:250
I came across a site "podclips.com" were media and some links fail in both browsers, Firefox & Brave, if I add "podclips.com" to Deactivate in LocalCDN for this domain then both Firefox & Brave works as it should. Is this a bug
Brave: Chromium: 88.0.4324.152
Firefox: 85.0.1
LocalCDN v2.6.1
Links fail on home page
https://podclips.com
Failed media
https://podclips.com/c/RpMZkp?ss=f&ss2=jordanpetersonarchive&d=2021-02-14
Result for »podclips.com«
• No CSP header found
• No Service Worker found
• No integrity or crossorigin attributes found
Warning processing windowTypes: This property is deprecated global.min.js:250
sendRemoveListener on closed conduit {b86e4813-687a-43e6-ab65-0bde4ab75758}.274878961542 ConduitsChild.jsm:108
Warning processing windowTypes: This property is deprecated global.min.js:250
a is undefined global.min.js:250
Unchecked lastError value: Error: Invalid window ID: 1637 global.min.js:250
The website works when you enable the HTML filter (Firefox only). Unfortunately, the test "domain check" did not detect the crossorigin and integrity attributes because the integration of jQuery was divided into 3 lines:
Never seen that before, but everyone does what they want on the Internet anyway. 😒
I've updated the test and now the attributes should be detected correctly again 😉
Good description 👍
The website works when you enable the HTML filter (Firefox only). Unfortunately, the test "domain check" did not detect the crossorigin and integrity attributes because the integration of jQuery was divided into 3 lines:
```
46 <script src="https://code.jquery.com/jquery-3.3.1.min.js"
47 integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
48 crossOrigin="anonymous"></script>
```
Never seen that before, but everyone does what they want on the Internet anyway. :unamused:
I've updated the test and now the attributes should be detected correctly again 😉
I came across a site "podclips.com" were media and some links fail in both browsers, Firefox & Brave, if I add "podclips.com" to Deactivate in LocalCDN for this domain then both Firefox & Brave works as it should. Is this a bug
Brave: Chromium: 88.0.4324.152
Firefox: 85.0.1
LocalCDN v2.6.1
Links fail on home page
https://podclips.com
Failed media
https://podclips.com/c/RpMZkp?ss=f&ss2=jordanpetersonarchive&d=2021-02-14
Result for »podclips.com«
• No CSP header found
• No Service Worker found
• No integrity or crossorigin attributes found
Warning processing windowTypes: This property is deprecated global.min.js:250
sendRemoveListener on closed conduit {b86e4813-687a-43e6-ab65-0bde4ab75758}.274878961542 ConduitsChild.jsm:108
Warning processing windowTypes: This property is deprecated global.min.js:250
a is undefined global.min.js:250
Unchecked lastError value: Error: Invalid window ID: 1637 global.min.js:250
Good description 👍
The website works when you enable the HTML filter (Firefox only). Unfortunately, the test "domain check" did not detect the crossorigin and integrity attributes because the integration of jQuery was divided into 3 lines:
Never seen that before, but everyone does what they want on the Internet anyway. 😒
I've updated the test and now the attributes should be detected correctly again 😉
Thank you.