summaryrefslogtreecommitdiffstats
path: root/browser/html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/html')
-rw-r--r--browser/html/cool.html.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/browser/html/cool.html.m4 b/browser/html/cool.html.m4
index 5a6c54989b..03ee093e18 100644
--- a/browser/html/cool.html.m4
+++ b/browser/html/cool.html.m4
@@ -214,7 +214,7 @@ m4_ifelse(MOBILEAPP,[true],
<!--%DOCUMENT_SIGNING_DIV%-->
<script>
- window.documentSigningURL = '%DOCUMENT_SIGNING_URL%';
+ window.documentSigningURL = decodeURIComponent('%DOCUMENT_SIGNING_URL%');
</script>
<input id="insertgraphic" aria-labelledby="menu-insertgraphic" type="file" accept="image/*" style="position: fixed; top: -100em">
@@ -315,7 +315,7 @@ m4_ifelse(MOBILEAPP,[true],
window.outOfFocusTimeoutSecs = %OUT_OF_FOCUS_TIMEOUT_SECS%;
window.idleTimeoutSecs = %IDLE_TIMEOUT_SECS%;
window.protocolDebug = %PROTOCOL_DEBUG%;
- window.frameAncestors = '%FRAME_ANCESTORS%';
+ window.frameAncestors = decodeURIComponent('%FRAME_ANCESTORS%');
window.socketProxy = %SOCKET_PROXY%;
window.tileSize = 256;
window.uiDefaults = %UI_DEFAULTS%;])