Merge remote-tracking branch 'parent/main' into upstream-20241203
This commit is contained in:
commit
2d9124a3ab
214 changed files with 1763 additions and 3380 deletions
|
@ -1,8 +1,5 @@
|
|||
// @ts-check
|
||||
|
||||
const allowedPrefixes = (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT' && document.currentScript.dataset.allowedPrefixes) ? document.currentScript.dataset.allowedPrefixes.split(' ') : [];
|
||||
|
||||
(function () {
|
||||
(function (allowedPrefixes) {
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
|
@ -127,4 +124,4 @@ const allowedPrefixes = (document.currentScript && document.currentScript.tagNam
|
|||
container.appendChild(iframe);
|
||||
});
|
||||
});
|
||||
})();
|
||||
})((document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT' && document.currentScript.dataset.allowedPrefixes) ? document.currentScript.dataset.allowedPrefixes.split(' ') : []);
|
||||
|
|
|
@ -9,3 +9,4 @@ Disallow: /
|
|||
User-agent: *
|
||||
Disallow: /media_proxy/
|
||||
Disallow: /interact/
|
||||
Disallow: /api/v1/instance/domain_blocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue