File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/phraseapp-in-context-editor-ruby
spec/phraseapp-in-context-editor-ruby Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def load_in_context_editor(opts = {})
28
28
let phraseapp = document.createElement('script');
29
29
phraseapp.type = 'module';
30
30
phraseapp.async = true;
31
- phraseapp.src = "https://d2bgdldl6xit7z.cloudfront.net /latest/ice/index.js";
31
+ phraseapp.src = "https://cdn.phrase.com/strings/plugins/editor /latest/ice/index.js";
32
32
let script = document.getElementsByTagName('script')[0];
33
33
script.parentNode.insertBefore(phraseapp, script);
34
34
})();
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Helpers
25
25
26
26
describe "has right ICE bundle address" do
27
27
it { is_expected . to include ( "<script nonce='some_nonce'>" ) }
28
- it { is_expected . to include ( "https://d2bgdldl6xit7z.cloudfront.net /latest/ice/index.js" ) }
28
+ it { is_expected . to include ( "https://cdn.phrase.com/strings/plugins/editor /latest/ice/index.js" ) }
29
29
it { is_expected . to include ( "</script>" ) }
30
30
end
31
31
You can’t perform that action at this time.
0 commit comments