mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-08-02 13:50:39 +00:00
fix: change sandbox attributes for widgets (#482)
This commit is contained in:
parent
0c7462069f
commit
f472d551b6
@ -37,7 +37,7 @@ limitations under the License. -->
|
|||||||
height="100%"
|
height="100%"
|
||||||
scrolling="no"
|
scrolling="no"
|
||||||
style="border: none"
|
style="border: none"
|
||||||
sandbox="allow-scripts allow-same-origin allow-forms allow-popups"
|
sandbox="allow-scripts allow-same-origin"
|
||||||
referrerpolicy="no-referrer"
|
referrerpolicy="no-referrer"
|
||||||
></iframe>
|
></iframe>
|
||||||
<div v-else class="tips">{{ t("iframeWidgetTip") }}</div>
|
<div v-else class="tips">{{ t("iframeWidgetTip") }}</div>
|
||||||
|
@ -43,7 +43,7 @@ limitations under the License. -->
|
|||||||
import { TraceGraphType } from "./constant";
|
import { TraceGraphType } from "./constant";
|
||||||
|
|
||||||
/* global defineProps, Recordable*/
|
/* global defineProps, Recordable*/
|
||||||
const props = defineProps({
|
defineProps({
|
||||||
data: { type: Array as PropType<Span[]>, default: () => [] },
|
data: { type: Array as PropType<Span[]>, default: () => [] },
|
||||||
traceId: { type: String, default: "" },
|
traceId: { type: String, default: "" },
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user